We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b66f3 commit 2e483c7Copy full SHA for 2e483c7
patches/pystub/threading.py
@@ -1,4 +1,6 @@
1
class Condition():
2
+ def __init__(self, lock=None): pass
3
+
4
def __enter__(self): pass
5
6
def __exit__(self, _type, value, traceback): pass
0 commit comments