MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_instructions

Method get_instructions

Lib/test/test_dis.py:2232–2233  ·  view source on GitHub ↗
(self, code)

Source from the content-addressed store, hash-verified

2230
2231
2232 def get_instructions(self, code):
2233 return dis._get_instructions_bytes(code)
2234
2235 def test_start_offset(self):
2236 # When no extended args are present,

Calls

no outgoing calls

Tested by

no test coverage detected