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

Function call_method

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

Source from the content-addressed store, hash-verified

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)
178 return await getattr(test_files[methodName], methodNameToCall)(exchange, skippedProperties, *args)
179
180
181async def call_exchange_method_dynamically(exchange, methodName, args):

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…