Ft.Lib.Uuid

Modules

socket       

Functions

CompareUuids(u1, u2)
GenerateUuid()
GetRandomBytes(numBytes)
UuidAsString(uuid)

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/Uuid.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Lib.Uuid'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
dev_rand = <open file '/dev/urandom', mode 'r'>
file(name[, mode[, buffering]]) -> file object

Open a file. The mode can be 'r', 'w' or 'a' for reading (default),
writing or appending. The file will be created if it doesn't exist
when opened for writing or appending; it will be truncated when
opened for writing. Add a 'b' to the mode for binary files.
Add a '+' to the mode to allow simultaneous reading and writing.
If the buffering argument is given, 0 means unbuffered, 1 means line
buffered, and larger numbers specify the buffer size.
Note: open() is an alias for file().
rng = None