Home
last modified time | relevance | path

Searched defs:_make (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/
Dcheck_grpcio_tools.py17 import make_grpcio_tools as _make namespace
/external/grpc-grpc/tools/distrib/python/
Dcheck_grpcio_tools.py17 import make_grpcio_tools as _make namespace
/external/linux-kselftest/tools/testing/selftests/tc-testing/plugin-lib/
DbuildebpfPlugin.py51 def _make(self, target): member in SubPlugin
/external/python/cpython3/Lib/
Dplatform.py790 def _make(cls, iterable): member in uname_result
/external/python/cpython2/Lib/
Dcollections.py731 _make = classmethod(tuple.__new__) variable in Point
/external/python/cpython3/Tools/c-analyzer/c_parser/
Dinfo.py213 def _make(cls, iterable): member in DeclID
/external/python/cpython3/Lib/collections/
D__init__.py421 def _make(cls, iterable): function