API documentation¶
-
class
tri.token.Token(*args, **kwargs)[source]¶ -
__init__(*args, **kwargs)¶ x.__init__(…) initializes x; see help(type(x)) for signature
-
__lt__(other)¶ x.__lt__(y) <==> x<y
-
__weakref__¶ list of weak references to the object (if defined)
-
classmethod
get_declared(parameter='members')¶ Get the
OrderedDictvalue of the parameter collected by the@declarativeclass decorator. This is the same value that would be submitted to the__init__invocation in themembersargument (or another name if overridden by theparameterspecification) @type cls: class @type parameter: str @return OrderedDict
-
classmethod
set_declared(value, parameter='members')¶ @type cls: class @type value: OrderedDict @type parameter: str
-