From 6ac4f1abbc36daf8be05b1af3509db219eb9b36e Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 17 Jan 2017 15:36:56 -0500 Subject: add documentation for shutdown --- python/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/__init__.py') 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() -- cgit v1.3.1