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

Method end_offset

Lib/dis.py:416–418  ·  view source on GitHub ↗

End index of the cache entries following the operation.

(self)

Source from the content-addressed store, hash-verified

414
415 @property
416 def end_offset(self):
417 """End index of the cache entries following the operation."""
418 return self.cache_offset + _get_cache_size(_all_opname[self.opcode])*2
419
420 @property
421 def jump_target(self):

Callers

nothing calls this directly

Calls 1

_get_cache_sizeFunction · 0.85

Tested by

no test coverage detected