Table of Contents
sys
sysconfig
__builtin__
future_builtins
__main__
warnings
contextlib
abc
atexit
traceback
__future__
gc
inspect
inspect.classify_class_attrs()
inspect.cleandoc()
inspect.currentframe()
inspect.findsource()
inspect.formatargspec()
inspect.formatargvalues()
inspect.getabsfile()
inspect.getargs()
inspect.getargspec()
inspect.getargvalues()
inspect.getblock()
inspect.getcallargs()
inspect.getclasstree()
inspect.getcomments()
inspect.getdoc()
inspect.getfile()
inspect.getframeinfo()
inspect.getinnerframes()
inspect.getlineno()
inspect.getmembers()
inspect.getmodule()
inspect.getmoduleinfo()
inspect.getmodulename()
inspect.getmro()
inspect.getouterframes()
inspect.getsource()
inspect.getsourcefile()
inspect.getsourcelines()
inspect.indentsize()
inspect.isabstract()
inspect.isbuiltin()
inspect.isclass()
inspect.iscode()
inspect.isdatadescriptor()
inspect.isframe()
inspect.isfunction()
inspect.isgenerator()
inspect.isgeneratorfunction()
inspect.isgetsetdescriptor()
inspect.ismemberdescriptor()
inspect.ismethod()
inspect.ismethoddescriptor()
inspect.ismodule()
inspect.isroutine()
inspect.istraceback()
inspect.joinseq()
inspect.namedtuple()
inspect.stack()
inspect.strseq()
inspect.trace()
inspect.walktree()
site
user
inspect.
strseq
Recursively walk a sequence, stringifying each element.