diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-02-06 22:27:42 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-02-06 22:27:42 -0500 |
| commit | 8df9a34dd67c852626432c84a5007be3173c33e0 (patch) | |
| tree | 251dd3cc6456da8bbceb835b937e9e8a65366a5c /python/__init__.py | |
| parent | c6ed1dd374515d0e23a9d627a7dfb659c7981d16 (diff) | |
Add type IDs for types to track across renames
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py index a1ea02f5..9b87aa47 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -51,6 +51,10 @@ def shutdown(): core.BNShutdown() +def get_unique_identifier(): + return core.BNGetUniqueIdentifierString() + + class _DestructionCallbackHandler(object): def __init__(self): self._cb = core.BNObjectDestructionCallbacks() |
