Go to the source code of this file.
Classes | |
class | uuid.UUID |
Namespaces | |
namespace | uuid |
Functions | |
def | uuid._ifconfig_getnode |
def | uuid._ipconfig_getnode |
def | uuid._netbios_getnode |
def | uuid._random_getnode |
def | uuid._unixdll_getnode |
def | uuid._windll_getnode |
def | uuid.getnode |
def | uuid.uuid1 |
def | uuid.uuid3 |
def | uuid.uuid4 |
def | uuid.uuid5 |
Variables | |
string | uuid::__author__ = 'Ka-Ping Yee <ping@zesty.ca>' |
string | uuid.__date__ = '$Date: 2007-07-20 15:38:13 $' |
string | uuid.__version__ = '$Revision: 1.1.2.1 $' |
tuple | uuid._buffer = ctypes.create_string_buffer(16) |
uuid._node = None | |
uuid._uuid_generate_random = _uuid_generate_time_UuidCreateNone | |
uuid._uuid_generate_time = lib.uuid_generate_time | |
tuple | uuid._UuidCreate |
tuple | uuid.lib = ctypes.CDLL(ctypes.util.find_library(libname)) |
tuple | uuid.NAMESPACE_DNS = UUID('6ba7b810-9dad-11d1-80b4-00c04fd430c8') |
tuple | uuid.NAMESPACE_OID = UUID('6ba7b812-9dad-11d1-80b4-00c04fd430c8') |
tuple | uuid.NAMESPACE_URL = UUID('6ba7b811-9dad-11d1-80b4-00c04fd430c8') |
tuple | uuid.NAMESPACE_X500 = UUID('6ba7b814-9dad-11d1-80b4-00c04fd430c8') |