Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
inspect.py File Reference

Go to the source code of this file.

Data Structures

class  ListReader
 
class  EndOfBlock
 
class  BlockFinder
 

Namespaces

 inspect
 

Constant Groups

 inspect
 

Functions

def ismodule
 
def isclass
 
def ismethod
 
def ismethoddescriptor
 
def isfunction
 
def istraceback
 
def isframe
 
def iscode
 
def isbuiltin
 
def isroutine
 
def getmembers
 
def classify_class_attrs
 
def getmro
 
def indentsize
 
def getdoc
 
def getfile
 
def getmoduleinfo
 
def getmodulename
 
def getsourcefile
 
def getabsfile
 
def getmodule
 
def findsource
 
def getcomments
 
def getblock
 
def getsourcelines
 
def getsource
 
def walktree
 
def getclasstree
 
def getargs
 
def getargspec
 
def getargvalues
 
def joinseq
 
def strseq
 
def formatargspec
 
def formatargvalues
 
def getframeinfo
 
def getlineno
 
def getouterframes
 
def getinnerframes
 
def currentframe
 
def stack
 
def trace
 

Variables

string __author__ = 'Ka-Ping Yee <ping@lfw.org>'
 
string __date__ = '1 Jan 2001'
 
dictionary modulesbyfile = {}