Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ LazyList
Class
LazyList
tests/test_code/py/pytz/lazy.py:91–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
# We need a new class as we will be dynamically messing with its
90
# methods.
91
class
LazyList(list):
92
pass
93
94
fill_iter = [fill_iter]
95
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected