Determine if the Enterprise Client has been initialized yet. :return: True if :py:func:`initialize` has been called
()
| 19 | |
| 20 | |
| 21 | def is_initialized() -> bool: |
| 22 | """ |
| 23 | Determine if the Enterprise Client has been initialized yet. |
| 24 | |
| 25 | :return: True if :py:func:`initialize` has been called |
| 26 | """ |
| 27 | return core.BNIsEnterpriseServerInitialized() |
| 28 | |
| 29 | |
| 30 | def initialize(): |