# coding: utf-8 # AUTO-GENERATED FILE -- DO NOT EDIT """ This is a template module just for instruction. """ class Null(object): pass class Str(str): def maketrans(self, x, y=None, z=None): """ 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): """ The Xxo type """ def demo(self): """ demo() -> None """ return None __doc__ = 'This is a template module just for instruction.' __file__ = '/home/shared/src/ide/build-files/build-temp/runtimes-release/__os__/linux-x64/runtime-python3.6/lib/python3.6/lib-dynload/xxlimited.cpython-36m-x86_64-linux-gnu.so' __loader__ = None __name__ = 'xxlimited' __package__ = '' __spec__ = None class error(Exception): pass def foo(i, j): """ foo(i,j) Return the sum of i and j. """ pass def new(): """ new() -> new Xx object """ return None def roj(a, b): """ roj(a,b) -> None """ return None