MCPcopy Index your code
hub / github.com/dataforseo/PythonClient / __init__

Method __init__

dataforseo_client/api/merchant_api.py:67–70  ·  view source on GitHub ↗
(self, api_client=None)

Source from the content-addressed store, hash-verified

65class MerchantApi:
66
67 def __init__(self, api_client=None) -> None:
68 if api_client is None:
69 api_client = ApiClient.get_default()
70 self.api_client = api_client
71
72
73

Callers

nothing calls this directly

Calls 1

get_defaultMethod · 0.45

Tested by

no test coverage detected