Package gavo :: Package utils :: Module mathtricks :: Class getHexToBin
[frames] | no frames]

Class getHexToBin

source code

               object --+    
                        |    
codetricks.CachedResource --+
                            |
                           getHexToBin

returns a dictionary mapping hex chars to their binary expansions.

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods
 
impl(cls) source code

Inherited from codetricks.CachedResource: __new__

Class Variables

Inherited from codetricks.CachedResource: cache

Properties

Inherited from object: __class__