# coding: utf-8 # AUTO-GENERATED FILE -- DO NOT EDIT """ Test module main """ class Example(object): """ The Example type """ def demo(self): """ demo() -> None """ return None class Str(str): def maketrans(self): """ Return a translation table usable for str.translate(). If there is only one argument, it must be a dictionary mapping Unicode ordinals (integers) or characters to Unicode ordinals, strings or None. Character keys will be then converted to ordinals. If there are two arguments, they must be strings of equal length, and in the resulting dictionary, each character in x will be mapped to the character at the same position in y. If there is a third argument, it must be a string, whose characters will be mapped to None in the result. """ pass __doc__ = 'Test module main' __file__ = '/Users/Shared/build/ide/build-files/build-temp/runtimes-release/__os__/macos/runtime-python3.10/lib/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_testmultiphase.cpython-310-darwin.so' __loader__ = None __name__ = '_testmultiphase' __package__ = '' __spec__ = None def call_state_registration_func(arg0): """ register_state(0): call PyState_FindModule() register_state(1): call PyState_AddModule() register_state(2): call PyState_RemoveModule() """ pass class error(Exception): pass def foo(i, j): """ foo(i,j) Return the sum of i and j. """ pass int_const = 1969 str_const = 'something different'