Public Member Functions | |
def | __getitem__ (self, key) |
def | __getitem__ (self, key) |
def | __hash__ (self) |
def | __hash__ (self) |
def | __init__ (self, message_listener) |
def | __init__ (self, message_listener) |
def | __len__ (self) |
def | __len__ (self) |
def | __ne__ (self, other) |
def | __ne__ (self, other) |
def | __repr__ (self) |
def | __repr__ (self) |
def | reverse (self) |
def | sort (self, *args, **kwargs) |
def | sort (self, *args, **kwargs) |
Private Attributes | |
_message_listener | |
_values | |
Static Private Attributes | |
list | __slots__ = ['_message_listener', '_values'] |
Base container class.
Definition at line 189 of file bloaty/third_party/protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.__init__ | ( | self, | |
message_listener | |||
) |
Args: message_listener: A MessageListener implementation. The RepeatedScalarFieldContainer will call this object's Modified() method when it is modified.
Definition at line 196 of file bloaty/third_party/protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.__init__ | ( | self, | |
message_listener | |||
) |
Args: message_listener: A MessageListener implementation. The RepeatedScalarFieldContainer will call this object's Modified() method when it is modified.
Definition at line 55 of file protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.__getitem__ | ( | self, | |
key | |||
) |
Retrieves item by the specified key.
Definition at line 65 of file protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.__getitem__ | ( | self, | |
key | |||
) |
Retrieves item by the specified key.
Definition at line 206 of file bloaty/third_party/protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.__hash__ | ( | self | ) |
Definition at line 78 of file protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.__hash__ | ( | self | ) |
Definition at line 219 of file bloaty/third_party/protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.__len__ | ( | self | ) |
Returns the number of elements in the container.
Definition at line 69 of file protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.__len__ | ( | self | ) |
Returns the number of elements in the container.
Definition at line 210 of file bloaty/third_party/protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.__ne__ | ( | self, | |
other | |||
) |
Checks if another instance isn't equal to this one.
Definition at line 73 of file protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.__ne__ | ( | self, | |
other | |||
) |
Checks if another instance isn't equal to this one.
Definition at line 214 of file bloaty/third_party/protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.__repr__ | ( | self | ) |
Definition at line 81 of file protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.__repr__ | ( | self | ) |
Definition at line 222 of file bloaty/third_party/protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.reverse | ( | self | ) |
Definition at line 92 of file protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.sort | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Definition at line 84 of file protobuf/python/google/protobuf/internal/containers.py.
def google.protobuf.internal.containers.BaseContainer.sort | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Definition at line 225 of file bloaty/third_party/protobuf/python/google/protobuf/internal/containers.py.
|
staticprivate |
Definition at line 194 of file bloaty/third_party/protobuf/python/google/protobuf/internal/containers.py.
|
private |
Definition at line 203 of file bloaty/third_party/protobuf/python/google/protobuf/internal/containers.py.
|
private |
Definition at line 204 of file bloaty/third_party/protobuf/python/google/protobuf/internal/containers.py.