(self)
| 373 | return GlossaryInfo.from_json(json) |
| 374 | |
| 375 | def close(self): |
| 376 | if hasattr(self, "_client"): |
| 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) |
no outgoing calls