Methods
|
|
|
|
__contains__
|
__contains__ ( self, ob )
|
|
__getitem__
|
__getitem__ (
self,
oid,
state=None,
)
Exceptions
|
|
InvalidKeyError( "Reference to deleted key", oid )
|
|
|
__iter__
|
__iter__ ( self )
|
|
_ghost
|
_ghost (
self,
oid,
state=None,
)
|
|
_load
|
_load (
self,
oid,
ob,
)
|
|
finishTransaction
|
finishTransaction (
self,
txnService,
committed,
)
|
|
get
|
get (
self,
oid,
default=None,
)
|
|
mtime
|
mtime ( self, ob )
|
|
register
|
register ( self, ob )
Exceptions
|
|
TypeError( "Attempt to modify query result", ob )
|
|
|
setstate
|
setstate ( self, ob )
|
|