MCPcopy Create free account
hub / github.com/datacamp/pythonwhat / visit_ListComp

Method visit_ListComp

pythonwhat/parsing.py:722–723  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

720 """
721
722 def visit_ListComp(self, node):
723 self.build_comp(node)
724
725
726class GeneratorExpParser(CompParser):

Callers

nothing calls this directly

Calls 1

build_compMethod · 0.80

Tested by

no test coverage detected