Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ item_056.py
File
item_056.py
example_code/item_056.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env PYTHONHASHSEED=1234 python3
2
3
# Copyright 2014-2024 Brett Slatkin, Pearson Education Inc.
4
#
Callers
nothing calls this directly
Calls
10
distance
Function · 0.85
bad_distance
Function · 0.85
translate
Function · 0.85
translate_copy
Function · 0.85
translate_replace
Function · 0.85
translate_dataclass
Function · 0.85
Point
Class · 0.70
ImmutablePoint
Class · 0.70
DataclassImmutablePoint
Class · 0.70
add
Method · 0.45
Tested by
no test coverage detected