Ft.Rdf.ResourceDict

Classes

class ResourceDict
__cmp__(self, dict)
__delitem__(self, key)
__getitem__(self, key)
__init__(self, model, rid, created)
__len__(self)
__repr__(self)
__setitem__(self, key, item)
clear(self)
copy(self)
get(self, key, failobj=None)
has_key(self, key)
items(self)
keys(self)
update(self, dict)
values(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.ResourceDict'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Functions

CreateResourceDict(model, rid, created=None)

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Rdf/ResourceDict.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Rdf.ResourceDict'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.