Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datacamp/pythonwhat
/ visit_GeneratorExp
Method
visit_GeneratorExp
pythonwhat/parsing.py:732–733 ·
view source on GitHub ↗
(self, node)
Source
from the content-addressed store, hash-verified
730
""
"
731
732
def
visit_GeneratorExp(self, node):
733
self.build_comp(node)
734
735
736
class
DictCompParser(CompParser):
Callers
nothing calls this directly
Calls
1
build_comp
Method · 0.80
Tested by
no test coverage detected