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

Method end_offset

Lib/dis.py:417–419  ·  view source on GitHub ↗

End index of the cache entries following the operation.

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_get_cache_sizeFunction · 0.85

Tested by

no test coverage detected