Package Crypto :: Package Util :: Module py21compat
[hide private]
[frames] | no frames]

Module py21compat

Compatibility code for Python 2.1

Currently, this just defines:
Classes [hide private]
  object
Functions [hide private]
 
isinstance(obj, t)
Variables [hide private]
  __revision__ = '$Id$'
  _builtin_type_map = {tuple: type(()), list: type([]), str: typ...
  __package__ = 'Crypto.Util'
Variables Details [hide private]

_builtin_type_map

Value:
{tuple: type(()), list: type([]), str: type(""), unicode: type(u""), i\
nt: type(0), long: type(0L),}