Definition at line 9 of file matching.py.
Public Member Functions | |
| __init__ (self, dict repr, typing.Any impl) | |
| __repr__ (self) | |
| __eq__ (self, other) | |
Protected Attributes | |
| _repr = repr | |
| _impl = impl | |
| testsuite.protobuf.matching.ProtobufDictsImpl.__init__ | ( | self, | |
| dict | repr, | ||
| typing.Any | impl ) |
Definition at line 10 of file matching.py.
| testsuite.protobuf.matching.ProtobufDictsImpl.__eq__ | ( | self, | |
| other ) |
Definition at line 17 of file matching.py.
| testsuite.protobuf.matching.ProtobufDictsImpl.__repr__ | ( | self | ) |
Definition at line 14 of file matching.py.
|
protected |
Definition at line 12 of file matching.py.
|
protected |
Definition at line 11 of file matching.py.