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/Tools/c-analyzer/c_analyzer/common/
Dutil.py212 def _make(cls, iterable): # The default _make() is not subclass-friendly. member in _NTBase
/external/python/cpython2/Lib/
Dcollections.py731 _make = classmethod(tuple.__new__) variable in Point
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1272 def _make(cls, iterable): member in VariableValue
/external/python/cpython3/Lib/collections/
D__init__.py438 def _make(cls, iterable): function