MCPcopy
hub / github.com/danielgtaylor/python-betterproto / __raw_get

Method __raw_get

src/betterproto/__init__.py:773–774  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

771 self.__dict__["_group_current"] = group_current
772
773 def __raw_get(self, name: str) -> Any:
774 return super().__getattribute__(name)
775
776 def __eq__(self, other) -> bool:
777 if type(self) is not type(other):

Callers 8

__post_init__Method · 0.95
__eq__Method · 0.95
__repr__Method · 0.95
__rich_repr__Method · 0.95
__bool__Method · 0.95
__deepcopy__Method · 0.95
__copy__Method · 0.95
is_setMethod · 0.95

Calls 1

__getattribute__Method · 0.80

Tested by

no test coverage detected