class documentation

class ObjectClassDescription(ASN1ParserThingie, WireStrAlias): (source)

View In Hierarchy

ASN Syntax:: d = "0" / "1" / "2" / "3" / "4" / "5" / "6" / "7" / "8" / "9" numericstring = 1*d numericoid = numericstring *( "." numericstring ) space = 1*" " whsp = [ space ] descr = keystring qdescr = whsp "'" descr "'" whsp qdescrlist = [ qdescr *( qdescr ) ] ; object descriptors used as schema element names qdescrs = qdescr / ( whsp "(" qdescrlist ")" whsp ) dstring = 1*utf8 qdstring = whsp "'" dstring "'" whsp descr = keystring oid = descr / numericoid woid = whsp oid whsp ; set of oids of either form oids = woid / ( "(" oidlist ")" ) ObjectClassDescription = "(" whsp numericoid whsp ; ObjectClass identifier [ "NAME" qdescrs ] [ "DESC" qdstring ] [ "OBSOLETE" whsp ] [ "SUP" oids ] ; Superior ObjectClasses [ ( "ABSTRACT" / "STRUCTURAL" / "AUXILIARY" ) whsp ] ; default structural [ "MUST" oids ] ; AttributeTypes [ "MAY" oids ] ; AttributeTypes whsp ")"

Method __eq__ Undocumented
Method __ge__ Undocumented
Method __gt__ Undocumented
Method __init__ Undocumented
Method __le__ Undocumented
Method __lt__ Undocumented
Method __ne__ Undocumented
Method __repr__ Undocumented
Method toWire Undocumented
Instance Variable desc Undocumented
Instance Variable may Undocumented
Instance Variable must Undocumented
Instance Variable name Undocumented
Instance Variable obsolete Undocumented
Instance Variable oid Undocumented
Instance Variable sup Undocumented
Instance Variable type Undocumented
Method _parse Undocumented

Inherited from ASN1ParserThingie:

Method _list Undocumented
Method _str Undocumented
Method _str_list Undocumented
Method _strings_to_list Split ''-quoted strings into list.
Method _to_list Split text into $-separated list.

Inherited from WireStrAlias:

Method __str__ Undocumented
def __eq__(self, other): (source)

Undocumented

def __ge__(self, other): (source)

Undocumented

def __gt__(self, other): (source)

Undocumented

def __init__(self, text): (source)

Undocumented

def __le__(self, other): (source)

Undocumented

def __lt__(self, other): (source)

Undocumented

def __ne__(self, other): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def toWire(self): (source)

Undocumented

desc = (source)

Undocumented

Undocumented

Undocumented

name = (source)

Undocumented

obsolete: int = (source)

Undocumented

Undocumented

Undocumented

Undocumented

def _parse(self, text): (source)

Undocumented