We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
allow_non_static_methods
1 parent 7fb6fa2 commit 7b33fc3Copy full SHA for 7b33fc3
2 files changed
README.rst
@@ -149,6 +149,7 @@ The following parameters will only be applied to decorators defined after `set_d
149
* `pickle_reload`
150
* `separate_files`
151
* `entry_size_limit`
152
+* `allow_non_static_methods`
153
154
These parameters can be changed at any time and they will apply to all decorators:
155
tests/test_core_lookup.py
@@ -8,6 +8,7 @@
8
def test_get_default_params():
9
params = get_global_params()
10
assert sorted(vars(params).keys()) == [
11
+ "allow_non_static_methods",
12
"allow_none",
13
"backend",
14
"cache_dir",
0 commit comments