Home | Trees | Index | Help |
|
---|
Package yagdoc :: Module inspector :: Class Signal |
|
object
--+
|
Signal
Method Summary | |
---|---|
Create a new Signal. | |
Parse one Signals section record. | |
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Instance Variable Summary | |
---|---|
list of str |
argument_types : Argument type names. |
int |
flags : Signal flags (combination of RUN_FIRST , RUN_LAST , RUN_CLEANUP , NO_RECURSE , DETAILED , ACTION , NO_HOOKS flag bits). |
str |
name : Signal name (with underscores, not dashes). |
str or None |
return_type : Return type name (void type is represented as None ) |
Class Variable Summary | |
---|---|
int |
RUN_FIRST = 1 |
int |
RUN_LAST = 2 |
int |
RUN_CLEANUP = 4 |
int |
NO_RECURSE = 8 |
int |
DETAILED = 16 |
int |
ACTION = 32 |
int |
NO_HOOKS = 64 |
dict |
flag_values = {'a': 32, 'c': 4, 'd': 16, 'f': 1, 'h': 64...
|
Method Details |
---|
__init__(self,
name='',
flags=0,
return_type=None,
argument_types=None)
Create a new Signal.
|
parse(self, record)Parse one name to values obtained from the
record.
|
Instance Variable Details |
---|
argument_typesArgument type names.
|
flagsSignal flags (combination ofRUN_FIRST , RUN_LAST , RUN_CLEANUP , NO_RECURSE , DETAILED , ACTION , NO_HOOKS flag bits).
|
nameSignal name (with underscores, not dashes).
|
return_typeReturn type name (void type is represented asNone )
|
Class Variable Details |
---|
RUN_FIRST
|
RUN_LAST
|
RUN_CLEANUP
|
NO_RECURSE
|
DETAILED
|
ACTION
|
NO_HOOKS
|
flag_values
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 | http://epydoc.sf.net |