MCPcopy Index your code
hub / github.com/python/cpython / visitSum

Method visitSum

Parser/asdl_c.py:277–279  ·  view source on GitHub ↗
(self, sum, name, depth)

Source from the content-addressed store, hash-verified

275 self.visit(type.value, type.name, depth)
276
277 def visitSum(self, sum, name, depth):
278 if not is_simple(sum):
279 self.sum_with_constructors(sum, name, depth)
280
281 def sum_with_constructors(self, sum, name, depth):
282 def emit(s, depth=depth):

Callers

nothing calls this directly

Calls 2

sum_with_constructorsMethod · 0.95
is_simpleFunction · 0.85

Tested by

no test coverage detected