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

Method emit_sequence_constructor

Parser/asdl_c.py:735–736  ·  view source on GitHub ↗
(self, name, type)

Source from the content-addressed store, hash-verified

733 self.emit_sequence_constructor(name, get_c_type(name))
734
735 def emit_sequence_constructor(self, name, type):
736 self.emit(f"GENERATE_ASDL_SEQ_CONSTRUCTOR({name}, {type})", depth=0)
737
738class PyTypesDeclareVisitor(PickleVisitor):
739

Callers 2

visitProductMethod · 0.95
visitSumMethod · 0.95

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected