We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa7490 commit 0e59882Copy full SHA for 0e59882
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 is_locked(lock):
42
- "Tries to obtain a lock, returns True on success, False on failure."
+ def assert_not_observable(fn, *args, **kwargs):
+ """
0 commit comments