Skip to content

Commit 60aa969

Browse files
committed
comment on private reason for enum
1 parent 6024cca commit 60aa969

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jupyter_client/manager.py

+7
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
)
3333

3434
class _ShutdownStatus(Enum):
35+
"""
36+
37+
This is so far used only for testing in order to track the internal state of
38+
the shutdown logic, and verifying which path is taken for which
39+
missbehavior.
40+
41+
"""
3542
Unset = None
3643
ShutdownRequest = "ShutdownRequest"
3744
SigtermRequest = "SigtermRequest"

0 commit comments

Comments
 (0)