Home
last modified time | relevance | path

Searched defs:mypy (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Tools/peg_generator/
Dmypy.ini1 [mypy] section
25 [mypy-pegen.grammar_parser] argument
DMakefile93 mypy: regen-metaparser target
/external/fonttools/
Dmypy.ini1 [mypy] section
10 [mypy-fontTools.misc.plistlib] argument
Dtox.ini42 deps =
44 skip_install = true
45 commands =
/external/mbedtls/
D.mypy.ini1 [mypy] section
2 mypy_path = scripts argument
3 namespace_packages = True
4 warn_unused_configs = True
/external/python/python-api-core/
Dmypy.ini1 [mypy] section
2 python_version = 3.6
3 namespace_packages = True
4 ignore_missing_imports = True
Dnoxfile.py170 def mypy(session): function
/external/openthread/third_party/mbedtls/repo/
D.mypy.ini1 [mypy] section
2 mypy_path = scripts argument
3 namespace_packages = True
4 warn_unused_configs = True
/external/crosvm/
Dmypy.ini1 [mypy] section
3 mypy_path = tools argument
/external/python/pyfakefs/
Dmypy.ini1 [mypy] section
6 [mypy-django.*] argument
/external/pigweed/
D.mypy.ini1 [mypy] section
2 no_implicit_optional = True
/external/python/cpython3/Doc/howto/
Dpyporting.rst441 .. _mypy: http://mypy-lang.org/ target
/external/python/cpython2/Doc/howto/
Dpyporting.rst437 .. _mypy: http://mypy-lang.org/ target
/external/crosvm/tools/
Dpresubmit22 mypy = cmd("mypy").with_color_env("MYPY_FORCE_COLOR") variable