(self, api_client=None)
| 18 | class AppendixApi: |
| 19 | |
| 20 | def __init__(self, api_client=None) -> None: |
| 21 | if api_client is None: |
| 22 | api_client = ApiClient.get_default() |
| 23 | self.api_client = api_client |
| 24 | |
| 25 | |
| 26 |
nothing calls this directly
no test coverage detected