Public Member Functions | Static Private Attributes | List of all members
google.protobuf.internal.containers.Mapping Class Reference
Inheritance diagram for google.protobuf.internal.containers.Mapping:
Inheritance graph
[legend]

Public Member Functions

def __contains__ (self, key)
 
def __eq__ (self, other)
 
def __ne__ (self, other)
 
def get (self, key, default=None)
 
def items (self)
 
def iteritems (self)
 
def iterkeys (self)
 
def itervalues (self)
 
def keys (self)
 
def values (self)
 

Static Private Attributes

 __hash__ = None
 
tuple __slots__ = ()
 

Detailed Description

Definition at line 72 of file bloaty/third_party/protobuf/python/google/protobuf/internal/containers.py.

Member Function Documentation

◆ __contains__()

def google.protobuf.internal.containers.Mapping.__contains__ (   self,
  key 
)

◆ __eq__()

def google.protobuf.internal.containers.Mapping.__eq__ (   self,
  other 
)

◆ __ne__()

def google.protobuf.internal.containers.Mapping.__ne__ (   self,
  other 
)

◆ get()

def google.protobuf.internal.containers.Mapping.get (   self,
  key,
  default = None 
)

◆ items()

def google.protobuf.internal.containers.Mapping.items (   self)

◆ iteritems()

def google.protobuf.internal.containers.Mapping.iteritems (   self)

◆ iterkeys()

def google.protobuf.internal.containers.Mapping.iterkeys (   self)

◆ itervalues()

def google.protobuf.internal.containers.Mapping.itervalues (   self)

◆ keys()

def google.protobuf.internal.containers.Mapping.keys (   self)

◆ values()

def google.protobuf.internal.containers.Mapping.values (   self)

Member Data Documentation

◆ __hash__

google.protobuf.internal.containers.Mapping.__hash__ = None
staticprivate

◆ __slots__

tuple google.protobuf.internal.containers.Mapping.__slots__ = ()
staticprivate

The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:26