| Home | Trees | Index | Help |
|
|---|
| Package yagdoc :: Module inspector :: Class Property |
|
object --+
|
Property
| Method Summary | |
|---|---|
Create a new Property. | |
Parse one Properties and special properties section
record. | |
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Instance Variable Summary | |
|---|---|
str |
blurb: Blurb text. |
str or None |
constraints: Value constraints. |
str or None |
default: Default value. |
int |
flags: Signal flags (combination of READ, WRITE, CONSTRUCTION, CONSTRUCTION_ONLY, flag bits). |
str |
name: Property name (with underscores, not dashes). |
str |
type: Value type name. |
| Class Variable Summary | |
|---|---|
int |
READ = 1 |
int |
WRITE = 2 |
int |
CONSTRUCTION = 4 |
int |
CONSTRUCTION_ONLY = 8 |
dict |
flag_values = {'c': 4, 'r': 1, 'C': 8, 'w': 2}
|
| Method Details |
|---|
__init__(self,
name='',
flags=0,
ptype='',
blurb='',
default=None,
constraints=None)
Create a new Property.
|
parse(self, record)Parse oneProperties and special properties section
record.
|
| Instance Variable Details |
|---|
blurbBlurb text.
|
constraintsValue constraints.
|
defaultDefault value.
|
flagsSignal flags (combination ofREAD, WRITE, CONSTRUCTION, CONSTRUCTION_ONLY, flag bits).
|
nameProperty name (with underscores, not dashes).
|
typeValue type name.
|
| Class Variable Details |
|---|
READ
|
WRITE
|
CONSTRUCTION
|
CONSTRUCTION_ONLY
|
flag_values
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 | http://epydoc.sf.net |