Home | Trees | Index | Help |
|
---|
Package yagdoc :: Module inspector |
|
Classes | |
---|---|
Binding |
Representation of the inspected information about one keyboard binding. |
InspectConstructor |
Customize and write inspect program C code. |
Inspector |
Parse inspect GObject inspection output. |
Property |
Representation of the inspected information about one GObject property. |
Signal |
Representation of the inspected information about one GSignal. |
Type |
Representation of the inspected information about one GType. |
Exceptions | |
---|---|
InspectorError |
Base class for inspector exceptions |
InvalidFlagsError |
Flag list has not the form <allowed-flags-characters> |
InvalidHookNameError |
Hook name is invalid |
InvalidStringError |
Malformed quoted string |
JunkError |
Malformed line |
UnknownSectionError |
Section is not known |
Function Summary | |
---|---|
int
|
Remove brackets from a flag list and check permitted characters. |
couple of strings or None s
|
Parse a quoted string. |
Function Details |
---|
demangle_flags(flags, flag_values)Remove brackets from a flag list and check permitted characters.
|
parse_string(text, unescape=True, fail=True)Parse a quoted string.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 | http://epydoc.sf.net |