| Trees | Index | Help |
|
|---|
| Package zope :: Package schema :: Module accessors :: Class FieldReadAccessor |
|
object--+ |Element--+ |Attribute--+ |Method--+ | FieldReadAccessor
| Method Summary | |
|---|---|
__init__(self,
field)
| |
__getattr__(self,
name)
| |
bind(self,
object)
| |
get(self,
object)
| |
getSignatureInfo(self)
| |
getSignatureString(self)
| |
query(self,
object,
default)
| |
set(self,
object,
value)
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Property Summary | |
|---|---|
| Inherited from Method | |
__provides__ | |
| Property Details |
|---|
__provides__
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Jun 24 12:01:20 2005 | http://epydoc.sf.net |