Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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