# coding: utf-8 # AUTO-GENERATED FILE -- DO NOT EDIT """ This is a template module just for instruction. """ class Error(Exception): pass 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 class Xxo(object): """ A class that explicitly stores attributes in an internal dict """ def demo(self, o): """ demo(o) -> o """ return None x_exports = property(None, None, None, ) __doc__ = 'This is a template module just for instruction.' __file__ = '/home/shared/src/ide-arm64/build-files/build-temp/runtimes-release/__os__/linux-arm64/runtime-python3.13/lib/python3.13/lib-dynload/xxlimited.cpython-313-aarch64-linux-gnu.so' __loader__ = None __name__ = 'xxlimited' __package__ = '' __spec__ = None def foo(i, j): """ foo(i,j) Return the sum of i and j. """ pass def new(): """ new() -> new Xx object """ return None