MCPcopy Create free account
hub / github.com/ccxt/ccxt / uuid

Method uuid

python/ccxt/base/exchange.py:1032–1033  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1030
1031 @staticmethod
1032 def uuid():
1033 return str(uuid.uuid4())
1034
1035 @staticmethod
1036 def uuid5(namespace: str, name):

Callers 15

test_uuidFunction · 0.95
test_aggregateFunction · 0.95
__init__Method · 0.95
testUuidFunction · 0.95
testAggregateFunction · 0.95
transferMethod · 0.45
create_orderMethod · 0.45
transfer_utaMethod · 0.45
transfer_classicMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_uuidFunction · 0.76
test_aggregateFunction · 0.76