# coding: utf-8 # AUTO-GENERATED FILE -- DO NOT EDIT """ Opcode support module. """ __doc__ = 'Opcode support module.' __file__ = '/home/shared/src/ide/build-files/build-temp/runtimes-release/__os__/linux-arm64/runtime-python3.12/lib/python3.12/lib-dynload/_opcode.cpython-312-aarch64-linux-gnu.so' __loader__ = None __name__ = '_opcode' __package__ = '' __spec__ = None def get_specialization_stats(): """ Return the specialization stats """ pass def stack_effect(opcode, oparg=None, jump=None): """ Compute the stack effect of the opcode. """ pass