Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_uuid
Function · 0.95
test_aggregate
Function · 0.95
__init__
Method · 0.95
testUuid
Function · 0.95
testAggregate
Function · 0.95
transfer
Method · 0.45
create_order
Method · 0.45
create_spot_order_request
Method · 0.45
create_contract_order_request
Method · 0.45
create_uta_order_request
Method · 0.45
transfer_uta
Method · 0.45
transfer_classic
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_uuid
Function · 0.76
test_aggregate
Function · 0.76