src/pylib/builtins/dirImpl

Search:
Group by:
Source   Edit  

Procs

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

Iterators

iterator dir(o: o:type): PyStr
Source   Edit  
iterator dirImpl(o: o:type): string
Source   Edit