Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ run
Method
run
example_code/item_065.py:282–285 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
280
281
print(
"Example 18"
)
282
def
run(self):
283
for
step_name in type(self).steps:
284
func = getattr(self, step_name)
285
func()
286
287
288
print(
"Example 19"
)
Callers
1
item_065.py
File · 0.45
Calls
1
func
Function · 0.85
Tested by
no test coverage detected