Home
last modified time | relevance | path

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

/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.py50 def _make(self, target): member in SubPlugin
/external/python/cpython2/Lib/
Dcollections.py731 _make = classmethod(tuple.__new__) variable in Point
/external/python/cpython3/Lib/collections/
D__init__.py404 def _make(cls, iterable): function