We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ff3ef commit b445cadCopy full SHA for b445cad
1 file changed
debian/patches/0001-import-unvendorized-decorator.patch
@@ -38,5 +38,5 @@ Index: python3-prometheus-client/tests/test_core.py
38
+ return spec.args, spec.varargs, spec.varkw, spec.defaults
39
+
40
41
- def assert_not_observable(fn, *args, **kwargs):
42
- """
+ def is_locked(lock):
+ "Tries to obtain a lock, returns True on success, False on failure."
0 commit comments