(self, app_info_name: str, app_info_version: str)
| 377 | self._client.close() |
| 378 | |
| 379 | def set_app_info(self, app_info_name: str, app_info_version: str): |
| 380 | self._client.set_app_info(app_info_name, app_info_version) |
| 381 | return self |
| 382 | |
| 383 | @property |
| 384 | def server_url(self): |
no outgoing calls