We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83b640 commit 7ffea32Copy full SHA for 7ffea32
fastenum/__init__.py
@@ -15,10 +15,6 @@
15
def enable():
16
"""
17
Patches enum for best performance
18
-
19
- :param reload_modules: whether to reload modules after patch or not
20
- :param exclude_modules: set of modules which will not be reloaded
21
- :param frame_to_check: frame globals of which will be checked for imported enums (set 0 to skip check)
22
23
global enabled
24
if enabled:
0 commit comments