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

Function call_method_sync

python/ccxt/test/tests_helpers.py:172–174  ·  view source on GitHub ↗
(test_files, methodName, exchange, skippedProperties, args)

Source from the content-addressed store, hash-verified

170
171
172def call_method_sync(test_files, methodName, exchange, skippedProperties, args):
173 methodNameToCall = 'test_' + convert_to_snake_case(methodName)
174 return getattr(test_files[methodName], methodNameToCall)(exchange, skippedProperties, *args)
175
176async def call_method(test_files, methodName, exchange, skippedProperties, args):
177 methodNameToCall = 'test_' + convert_to_snake_case(methodName)

Callers 2

test_methodMethod · 0.90
test_methodMethod · 0.90

Calls 1

convert_to_snake_caseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…