Home | Trees | Index | Help |
|
---|
|
object --+ | CodeParser
Information about the structure of a Python module.
|
|||
__init__(self,
pyfile,
log=None)
Initialize Code Parser object. |
|||
object_count(self)
Return number of objects found in this module. |
|||
docstring_count(self)
Return number of docstrings found in this module. |
|||
docstring_count_by_type(self,
type)
Return number of docstrings of given type found in this module. |
|||
_functions_called(self)
Return list of functions called by functions/methods defined in this module. |
|||
Inherited from |
|
|||
Inherited from |
|
|||
functions_called |
|
|
Return number of objects found in this module. Objects include: * module * classes * methods * functions |
|
|
|
|
functions_called
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Sat Aug 12 02:53:39 2006 | http://epydoc.sf.net |