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

Method _handle_section

Tools/jit/_targets.py:125–126  ·  view source on GitHub ↗
(self, section: _S, group: _stencils.StencilGroup)

Source from the content-addressed store, hash-verified

123 return group
124
125 def _handle_section(self, section: _S, group: _stencils.StencilGroup) -> None:
126 raise NotImplementedError(type(self))
127
128 def _handle_relocation(
129 self, base: int, relocation: _R, raw: bytearray

Callers 1

_parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected