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

Method get_instructions

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

Source from the content-addressed store, hash-verified

2239
2240
2241 def get_instructions(self, code):
2242 return dis._get_instructions_bytes(code)
2243
2244 def test_start_offset(self):
2245 # When no extended args are present,

Calls

no outgoing calls

Tested by

no test coverage detected