Skip to content

Latest commit

 

History

History
95 lines (53 loc) · 5.24 KB

fontgate.fgExtMapUIntToString.md

File metadata and controls

95 lines (53 loc) · 5.24 KB

fgExtMapUIntToString

fontgate.fgExtMapUIntToString = class fgExtMapUIntToString(object)

fgExtMapUIntToString dictionary

Methods

__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__delattr__(...)
x.__delattr__('name') <==> del x.name
__delitem__(...)
x.__delitem__(y) <==> del x[y]
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__getitem__(...)
x.__getitem__(y) <==> x[y]
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__len__(...)
x.__len__() <==> len(x)
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__setitem__(...)
x.__setitem__(i, y) <==> x[i]=y
asDict(...)

del(...)

has_key(...)

keys(...)

value(...)

Attributes

__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T