MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / _astuple

Method _astuple

example_code/item_051.py:429–430  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

427
428
429 def _astuple(self):
430 return (self.distance, self.size)
431
432 def __eq__(self, other):
433 return (

Callers 5

__eq__Method · 0.95
__lt__Method · 0.95
__le__Method · 0.95
__gt__Method · 0.95
__ge__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected