Searched defs:checking (Results 1 – 6 of 6) sorted by relevance
429 .. _2to3: https://docs.python.org/3/library/2to3.html430 .. _caniusepython3: https://pypi.org/project/caniusepython3431 .. _cheat sheet: http://python-future.org/compatible_idioms.html432 .. _coverage.py: https://pypi.org/project/coverage433 .. _Futurize: http://python-future.org/automatic_conversion.html434 .. _importlib: https://docs.python.org/3/library/importlib.html#module-importlib435 .. _importlib2: https://pypi.org/project/importlib2436 .. _Modernize: https://python-modernize.readthedocs.org/en/latest/437 .. _mypy: http://mypy-lang.org/438 .. _Porting to Python 3: http://python3porting.com/[all …]
429 .. _2to3: https://docs.python.org/3/library/2to3.html430 .. _caniusepython3: https://pypi.org/project/caniusepython3431 .. _cheat sheet: http://python-future.org/compatible_idioms.html432 .. _coverage.py: https://pypi.org/project/coverage433 .. _Futurize: http://python-future.org/automatic_conversion.html434 .. _importlib: https://docs.python.org/3/library/importlib.html#module-importlib435 .. _importlib2: https://pypi.org/project/importlib2436 .. _Modernize: https://python-modernize.readthedocs.io/437 .. _mypy: http://mypy-lang.org/438 .. _Porting to Python 3: http://python3porting.com/[all …]
11 static int checking(int a, short b, signed char c) in checking() function
11 static int checking(int a __UNUSED__, short b __UNUSED__, in checking() function