``get_install_directory`` returns a string pointing to the installed binary currently running
()
| 201 | |
| 202 | |
| 203 | def get_install_directory(): |
| 204 | """ |
| 205 | ``get_install_directory`` returns a string pointing to the installed binary currently running |
| 206 | """ |
| 207 | return core.BNGetInstallDirectory() |
| 208 | |
| 209 | |
| 210 | class _DestructionCallbackHandler: |