Constructed Data¶
This is a long line of text.
Elements¶
This is a long line of text.
Sequences¶
This is a long line of text.
-
class
constructeddata.
Sequence
¶ -
sequenceElements
¶ This is a long line of text.
-
encode
(taglist)¶ -
decode
(taglist)¶ Parameters: taglist – list of primitivedata.Tag
objectsThis is a long line of text.
-
debug_contents
(indent=1, file=sys.stdout, _ids=None)¶ This is a long line of text.
-
-
class
constructeddata.
SequenceOf
(klass)¶ -
append
(value)¶ This is a long line of text.
-
__getitem__
(item)¶ Parameters: item – item number This is a long line of text.
-
__len__
()¶ This is a long line of text.
-
encode
(taglist)¶ -
decode
(taglist)¶ Parameters: taglist – list of primitivedata.Tag
objectsThis is a long line of text.
-
debug_contents
(indent=1, file=sys.stdout, _ids=None)¶ This is a long line of text.
-
Arrays¶
This is a long line of text.
-
class
constructeddata.
Array
¶ This is a long line of text.
-
class
constructeddata.
ArrayOf
(klass)¶ This is a long line of text.
-
append
(value)¶ This is a long line of text.
-
__len__
()¶ This is a long line of text.
-
__getitem__
(item)¶ Parameters: item – item number This is a long line of text.
-
__setitem__
(item, value)¶ Parameters: - item – item number
- value – new value for item
This is a long line of text.
-
__delitem__
(item)¶ Parameters: item – item number This is a long line of text.
-
index
(value)¶ Parameters: value – new value for item This is a long line of text.
-
encode
(taglist)¶ -
decode
(taglist)¶ Parameters: taglist – list of primitivedata.Tag
objectsThis is a long line of text.
-
encode_item
(item, taglist)¶ -
decode_item
(item, taglist)¶ Parameters: - item – item number
- taglist – list of
primitivedata.Tag
objects
This is a long line of text.
-
debug_contents
(indent=1, file=sys.stdout, _ids=None)¶ This is a long line of text.
-
Choice¶
This is a long line of text.
-
class
constructeddata.
Choice
¶ This is a long line of text.
-
__init__
(self, **kwargs)¶ Parameters: kwargs – expected value to set choice This is a long line of text.
-
encode
(taglist)¶ -
decode
(taglist)¶ Parameters: taglist – list of primitivedata.Tag
objectsThis is a long line of text.
-
debug_contents
(indent=1, file=sys.stdout, _ids=None)¶ This is a long line of text.
-
Any¶
This is a long line of text.
-
class
constructeddata.
Any
¶ This is a long line of text.
-
tagList
¶ This is a long line of text.
-
__init__
(self, *args)¶ Parameters: args – initial values to cast in This is a long line of text.
-
encode
(taglist)¶ -
decode
(taglist)¶ Parameters: taglist – list of primitivedata.Tag
objectsThis is a long line of text.
-
cast_in
(element)¶ Parameters: element – value to cast in This is a long line of text.
-
cast_out
(klass)¶ Parameters: klass – class reference to decode value This is a long line of text.
-
debug_contents
(indent=1, file=sys.stdout, _ids=None)¶ This is a long line of text.
-