Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bslatkin/effectivepython
/ from_row
Method
from_row
example_code/item_065.py:80–81 ·
view source on GitHub ↗
(cls, row)
Source
from the content-addressed store, hash-verified
78
79
@classmethod
80
def
from_row(cls, row):
81
return
cls(row[0], row[1], row[2])
82
83
84
print(
"Example 3"
)
Callers
1
item_065.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected