Public Member Functions | |
def | __enter__ (self) |
def | __exit__ (self, exc_type, exc_value, exc_tb) |
def | __new__ (cls) |
Private Attributes | |
_lock | |
Wrapper class of threading.Lock(), which is allowed by 'with'.
Definition at line 76 of file descriptor.py.
def google.protobuf.descriptor._Lock.__enter__ | ( | self | ) |
Definition at line 84 of file descriptor.py.
def google.protobuf.descriptor._Lock.__exit__ | ( | self, | |
exc_type, | |||
exc_value, | |||
exc_tb | |||
) |
Definition at line 87 of file descriptor.py.
def google.protobuf.descriptor._Lock.__new__ | ( | cls | ) |
Definition at line 79 of file descriptor.py.
|
private |
Definition at line 81 of file descriptor.py.