# coding: utf-8 # AUTO-GENERATED FILE -- DO NOT EDIT """ Opcode support module. """ __doc__ = 'Opcode support module.' __file__ = '/Users/Shared/src/ide/build-files/build-temp/runtimes-release/__os__/osx/runtime-python3.7/lib/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_opcode.cpython-37m-darwin.so' __loader__ = None __name__ = '_opcode' __package__ = '' __spec__ = None def stack_effect(opcode, oparg=None): """ Compute the stack effect of the opcode. """ pass