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

Method visitAttributeDeclaration

Parser/asdl_c.py:583–585  ·  view source on GitHub ↗
(self, a, name, sum=sum)

Source from the content-addressed store, hash-verified

581 self.sumTrailer(name, True)
582
583 def visitAttributeDeclaration(self, a, name, sum=sum):
584 ctype = get_c_type(a.type)
585 self.emit("%s %s;" % (ctype, a.name), 1)
586
587 def visitSum(self, sum, name):
588 if is_simple(sum):

Callers 1

complexSumMethod · 0.95

Calls 2

get_c_typeFunction · 0.85
emitMethod · 0.45

Tested by

no test coverage detected