Ft.Rdf.Parsers.Versa.DataTypes

Modules

Model  boolean  types   
UserList  number     

Classes

class NumberFunction
__init__(self, args)
evaluate(self, con)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Parsers.Versa.DataTypes'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class Resource
__cmp__(self, other)
__hash__(self)
__init__(self, s)
__len__(self)
__repr__(self)
__str__(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Parsers.Versa.DataTypes'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class Set
__add__(self, other)
__cmp__(self, other)
__hash__(self)
__init__(self, l=None)
__len__(self)
__radd__ = __add__(self, other)
__repr__(self)
append(self, item)
remove(self, item)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Parsers.Versa.DataTypes'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class StringFunction
__init__(self, args)
evaluate(self, con)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Parsers.Versa.DataTypes'
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

Cmp(a, b)
CmpBoolean(a, b)
CmpList(a, b)
CmpNumber(a, b)
CmpResource = CmpString(a, b)
CmpSet(a, b)
CmpString(a, b)
IsBoolean = lambda(x)
IsList = lambda(x)
IsNumber = lambda(x)
IsResource = lambda(x)
IsSet = lambda(x)
IsString = lambda(x)
SyncType(testObject, obj)
ToBoolean(obj)
ToList(obj)
ToNumber(obj)
ToResource(obj)
ToSet(obj)
ToString(obj)

Data

OBJECT_TYPE_RESOURCE = 'R'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
OBJECT_TYPE_UNKNOWN = '?'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
STRING_TYPES = [<type 'str'>, <type 'unicode'>]
__file__ = 'build/lib.linux-ppc-2.2/Ft/Rdf/Parsers/Versa/DataTypes.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.Parsers.Versa.DataTypes'
str(object) -> string

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