Home
last modified time | relevance | path

Searched refs:pytype (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/
Dsetup.cfg22 # NOTE(lidiz) Adding examples one by one due to pytype aggressive errer:
24 [pytype]
33 # module-attr: pytype cannot understand the namespace packages by Google.
D.gitignore25 .pytype
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Dcheck_pytype.sh17 python3 -m pip install pytype==2019.11.27
19 python3 -m pytype --keep-going -j "$JOBS" --strict-import --config "setup.cfg"
/external/grpc-grpc/summerofcode/
Dideas.md30 …bably errors in the implementation of gRPC Python that [pytype](https://github.com/google/pytype) …
/external/rust/crates/grpcio-sys/grpc/summerofcode/
Dideas.md30 …bably errors in the implementation of gRPC Python that [pytype](https://github.com/google/pytype) …
/external/python/pybind11/include/pybind11/
Dcast.h639 const auto pytype = type::handle_of(src); in try_load_foreign_module_local() local
640 if (!hasattr(pytype, local_key)) in try_load_foreign_module_local()
643 type_info *foreign_typeinfo = reinterpret_borrow<capsule>(getattr(pytype, local_key)); in try_load_foreign_module_local()
/external/python/cpython2/Doc/howto/
Dpyporting.rst443 .. _pytype: https://github.com/google/pytype target
/external/python/cpython3/Doc/howto/
Dpyporting.rst447 .. _pytype: https://github.com/google/pytype target
/external/python/cpython3/Doc/whatsnew/
D3.6.rst242 `pytype <https://github.com/google/pytype>`_, PyCharm, etc.
/external/python/cpython3/Doc/faq/
Dprogramming.rst65 `Pytype <https://github.com/google/pytype>`_ can check type hints in Python