Primative Data¶
This is a long line of text.
Tags¶
This is a long line of text.
-
class
primitivedata.Tag¶ This is a long line of text.
-
tagClass¶ This is a long line of text.
-
tagNumber¶ This is a long line of text.
-
tagLVT¶ This is a long line of text.
-
tagData¶ This is a long line of text.
-
_app_tag_name¶ This is a long line of text.
-
_app_tag_class¶ This is a long line of text.
-
__init__(*args)¶ This is a long line of text.
-
set(tclass, tnum, tlvt=0, tdata='')¶ This is a long line of text.
-
set_app_data(tnum, tdata)¶ This is a long line of text.
-
app_to_object()¶ This is a long line of text.
-
__repr__()¶ This is a long line of text.
-
debug_contents(indent=1, file=sys.stdout, _ids=None)¶ This is a long line of text.
-
-
class
primitivedata.ApplicationTag(Tag)¶ This is a long line of text.
-
class
primitivedata.ContextTag(Tag)¶ This is a long line of text.
-
class
primitivedata.OpeningTag(Tag)¶ This is a long line of text.
-
class
primitivedata.ClosingTag(Tag)¶ This is a long line of text.
-
class
primitivedata.TagList¶ This is a long line of text.
Atomic Data Types¶
This is a long line of text.
-
class
primitivedata.Atomic¶ This is a long line of text.
-
__cmp__(other)¶ Parameters: other – reference to some other atomic data type object This is a long line of text.
-
-
class
primitivedata.Null(Atomic)¶ This is a long line of text.
-
class
primitivedata.Boolean(Atomic)¶ This is a long line of text.
-
class
primitivedata.Unsigned(Atomic)¶ This is a long line of text.
-
class
primitivedata.Integer(Atomic)¶ This is a long line of text.
-
class
primitivedata.Real(Atomic)¶ This is a long line of text.
-
class
primitivedata.Double(Atomic)¶ This is a long line of text.
-
class
primitivedata.OctetString(Atomic)¶ This is a long line of text.
-
class
primitivedata.CharacterString(Atomic)¶ This is a long line of text.
-
class
primitivedata.BitString(Atomic)¶ This is a long line of text.
-
__getitem__(bit)¶ This is a long line of text.
-
__setitem__(bit, value)¶ This is a long line of text.
-
-
class
primitivedata.Enumerated(Atomic)¶ This is a long line of text.
-
enumerations¶ This is a long line of text.
-
_xlate_table¶ This is a long line of text.
-
__getitem__(item)¶ This is a long line of text.
-
get_long()¶ This is a long line of text.
-
keylist()¶ This is a long line of text.
-
__cmp__(other)¶ This is a long line of text.
-
-
class
primitivedata.Date(Atomic)¶ This is a long line of text.
-
__init__(arg=None, year=255, month=255, day=255, dayOfWeek=255)¶ Parameters: - arg –
- year –
- month –
- day –
- dayOfWeek –
This is a long line of text.
-
now()¶ This is a long line of text.
-
CalcDayOfWeek()¶ This is a long line of text.
-
-
class
primitivedata.Time(Atomic)¶ This is a long line of text.
-
__init__(arg=None, hour=255, minute=255, second=255, hundredth=255)¶ Parameters: - arg –
- hour –
- minute –
- second –
- hundredth –
This is a long line of text.
-
now()¶ This is a long line of text.
-
-
class
primitivedata.ObjectType(Enumerated)¶ This is a long line of text.
-
class
primitivedata.ObjectIdentifier(Atomic)¶ This is a long line of text.
-
objectTypeClass¶ This is a long line of text.
-
__init__(*args)¶ This is a long line of text.
-
set_tuple(objType, objInstance)¶ -
get_tuple()¶ Parameters: - objType –
ObjectTypeobject type - objInstance (int) – object instance
This is a long line of text.
- objType –
-
__hash__()¶ This is a long line of text.
-
__cmp__(other)¶ This is a long line of text.
-