MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / visit_SetComp

Method visit_SetComp

tools/python-3.11.9-amd64/Lib/ast.py:1292–1296  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

1290 self.traverse(gen)
1291
1292 def visit_SetComp(self, node):
1293 with self.delimit("{", "}"):
1294 self.traverse(node.elt)
1295 for gen in node.generators:
1296 self.traverse(gen)
1297
1298 def visit_DictComp(self, node):
1299 with self.delimit("{", "}"):

Callers

nothing calls this directly

Calls 2

delimitMethod · 0.95
traverseMethod · 0.95

Tested by

no test coverage detected