class documentation

class TypeObject(object): (source)

View In Hierarchy

Undocumented

Static Method checkType Undocumented
Static Method combineTypes Undocumented
Static Method DumpObject Undocumented
Static Method DumpOriObject Undocumented
Static Method DumpOriObjects Undocumented
Static Method equal2onetype Undocumented
Static Method equal2type Undocumented
Static Method existCompatible Undocumented
Static Method existIncluded Undocumented
Static Method existNumbers Undocumented
Static Method existOptional Undocumented
Static Method existSame Undocumented
Static Method existSimilar Undocumented
Static Method existType Undocumented
Static Method findSame Undocumented
Static Method isCompatible Undocumented
Static Method isIdentical Undocumented
Static Method isIdenticalSet Undocumented
Static Method isIncluded Undocumented
Static Method isSetIncluded Undocumented
Static Method isSetIncluded2 Undocumented
Static Method isSimilar Undocumented
Static Method load Undocumented
Static Method removeInclusiveTypes Undocumented
Static Method removeRedundantTypes Undocumented
Static Method resolveTypeName Undocumented
Static Method resolveTypeNames Undocumented
Static Method resolveTypeNames2 Undocumented
Static Method simplifyGenericType Undocumented
Static Method Str2Obj Undocumented
Static Method usertypeCompare Undocumented
Method __init__ Undocumented
Method __str__ Undocumented
Method buildDict Undocumented
Method buildList Undocumented
Method buildSet Undocumented
Method buildTuple Undocumented
Method dump Undocumented
Instance Variable added Undocumented
Instance Variable category Undocumented
Instance Variable compatibletypes Undocumented
Instance Variable elementtype Undocumented
Instance Variable keytype Undocumented
Instance Variable startnodename Undocumented
Instance Variable startnodeorder Undocumented
Instance Variable type Undocumented
Instance Variable valuetype Undocumented
Property getBuiltinTypes Undocumented
@staticmethod
def checkType(typestr): (source)

Undocumented

@staticmethod
def combineTypes(listt): (source)

Undocumented

@staticmethod
def DumpObject(typeobj): (source)

Undocumented

@staticmethod
def DumpOriObject(typeobj): (source)

Undocumented

@staticmethod
def DumpOriObjects(typeobjs): (source)

Undocumented

@staticmethod
def equal2onetype(t, typestrs): (source)

Undocumented

@staticmethod
def equal2type(t, typestr): (source)

Undocumented

@staticmethod
def existCompatible(l, listr): (source)

Undocumented

@staticmethod
def existIncluded(l, rlist): (source)

Undocumented

@staticmethod
def existNumbers(l, listr, exact=False): (source)

Undocumented

@staticmethod
def existOptional(l, listr): (source)

Undocumented

@staticmethod
def existSame(l, listr): (source)

Undocumented

@staticmethod
def existSimilar(l, listr): (source)

Undocumented

@staticmethod
def existType(t, listr): (source)

Undocumented

@staticmethod
def findSame(l, listr): (source)

Undocumented

@staticmethod
def isCompatible(l, r): (source)

Undocumented

@staticmethod
def isIdentical(l, r): (source)

Undocumented

@staticmethod
def isIdenticalSet(llist, rlist): (source)

Undocumented

@staticmethod
def isIncluded(l, r): (source)

Undocumented

@staticmethod
def isSetIncluded(llist, rlist): (source)

Undocumented

@staticmethod
def isSetIncluded2(llist, rlist): (source)

Undocumented

@staticmethod
def isSimilar(l, r): (source)

Undocumented

@staticmethod
def load(dictobj): (source)

Undocumented

@staticmethod
def removeInclusiveTypes(listt): (source)

Undocumented

@staticmethod
def removeRedundantTypes(listt): (source)

Undocumented

@staticmethod
def resolveTypeName(t): (source)

Undocumented

@staticmethod
def resolveTypeNames(tlist): (source)

Undocumented

@staticmethod
def resolveTypeNames2(tlist): (source)

Undocumented

@staticmethod
def simplifyGenericType(t): (source)

Undocumented

@staticmethod
def Str2Obj(typestr): (source)

Undocumented

@staticmethod
def usertypeCompare(l, rlist): (source)

Undocumented

def __init__(self, t, category, added=False): (source)

Undocumented

def __str__(self): (source)

Undocumented

def buildDict(self, key, value): (source)

Undocumented

def buildList(self, t): (source)

Undocumented

def buildSet(self, t): (source)

Undocumented

def buildTuple(self, t): (source)

Undocumented

def dump(self): (source)

Undocumented

Undocumented

category = (source)

Undocumented

compatibletypes: list[str] = (source)

Undocumented

elementtype = (source)

Undocumented

Undocumented

startnodename = (source)

Undocumented

startnodeorder = (source)

Undocumented

Undocumented

valuetype = (source)

Undocumented

@property
getBuiltinTypes = (source)

Undocumented