proc dir(o: o:type): PyList[PyStr]
proc dirImpl(o: o:type): seq[string]
iterator dir(o: o:type): PyStr
iterator dirImpl(o: o:type): string