Exemple #1
0
def generateUuid():
    """Returns a 16 byte sequence containing a newly generated uuid or guid.

    For more information, see rtl/uuid.h.
    """

    return pyuno.generateUuid()
Exemple #2
0
def generateUuid():
    """Returns a 16 byte sequence containing a newly generated uuid or guid.

    For more information, see rtl/uuid.h.
    """

    return pyuno.generateUuid()
Exemple #3
0
def generateUuid():
    "returns a 16 byte sequence containing a newly generated uuid or guid, see rtl/uuid.h "
    return pyuno.generateUuid()
Exemple #4
0
def generateUuid():
    "returns a 16 byte sequence containing a newly generated uuid or guid, see rtl/uuid.h "
    return pyuno.generateUuid()
Exemple #5
0
def generateUuid():
    """ Returns a 16 byte sequence containing a newly generated UUID or GUID, see rtl/uuid.h """
    return pyuno.generateUuid()