| Home | Trees | Index | Help |
|
|---|
| Package yagdoc :: Module inspector :: Class Binding |
|
object --+
|
Binding
| Method Summary | |
|---|---|
Create a new Binding. | |
Parse one Bindings section record. | |
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Instance Variable Summary | |
|---|---|
list of str |
actions: List of signal invocations. |
str |
key: Key bound by this binding. |
| Method Details |
|---|
__init__(self,
key='',
actions=None)
Create a new Binding.
|
parse(self, record)Parse oneBindings section record.
|
| Instance Variable Details |
|---|
actionsList of signal invocations. XXX: Probably Needs further parsing.
|
keyKey bound by this binding.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 | http://epydoc.sf.net |