We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3b66f3 + 2e483c7 commit 1763801Copy full SHA for 1763801
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