summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py
index a1ea02f5..0576fedd 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -48,6 +48,9 @@ from .scriptingprovider import *
def shutdown():
+ """
+ ``shutdown`` cleanly shuts down the core, stopping all workers and closing all log files.
+ """
core.BNShutdown()