Method
request
(self, path, api: Any = 'public', method='GET', params={}, headers: Any = None, body: Any = None, config={})
Source from the content-addressed store, hash-verified
| 5544 | return None # self line is never reached, but exists for c# value return requirement |
| 5545 | |
| 5546 | def request(self, path, api: Any = 'public', method='GET', params={}, headers: Any = None, body: Any = None, config={}): |
| 5547 | return self.fetch2(path, api, method, params, headers, body, config) |
| 5548 | |
| 5549 | def load_accounts(self, reload=False, params={}): |
| 5550 | if reload: |
Callers
nothing calls this directly
Tested by
no test coverage detected