Home | Trees | Index | Help |
|
---|
Package yagdoc :: Module inspector :: Class Inspector |
|
object
--+
|
Inspector
inspect
GObject inspection output.
Method Summary | |
---|---|
__init__(self)
| |
list of scanner.Tree
|
Extract part of the type hierarchy. |
gather_inherited(self,
name,
get)
| |
Parse inspect output. | |
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Instance Variable Summary | |
---|---|
set |
sproperty_names : Names of all special property types found. |
dict |
type_funcs : Dictionary mapping get-type function names to their type names. |
dict |
types : Dictionary of Type s, indexed by their names. |
Method Details |
---|
extract_hierarchy(self, types)Extract part of the type hierarchy. The extracted subtree contains all given types, all their parents and all their first-level children.
|
parse(self, text)Parseinspect output.
|
Instance Variable Details |
---|
sproperty_namesNames of all special property types found.
|
type_funcsDictionary mapping get-type function names to their type names.
|
typesDictionary ofType s, indexed by their names.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 | http://epydoc.sf.net |