Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
D_parameterized.py396 __metaclass__ = TestGeneratorMetaclass variable in TestCase
445 (other_base_class.__metaclass__,
/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dclient_runner.py28 __metaclass__ = abc.ABCMeta variable in ClientRunner
Dbenchmark_client.py46 __metaclass__ = abc.ABCMeta variable in BenchmarkClient
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
D_utils.py27 __metaclass__ = ABCMeta variable in Expander
/third_party/boost/tools/build/src/build/
Dproperty.py86 __metaclass__ = PropertyMeta variable in Property
/third_party/protobuf/python/
Dmox.py1398 __metaclass__ = MoxMetaTestBase variable in MoxTestBase
/third_party/python/Doc/library/
D2to3.rst316 Converts the old metaclass syntax (``__metaclass__ = Meta`` in the class
/third_party/python/Doc/whatsnew/
D3.0.rst423 __metaclass__ = M
431 The module-global :data:`__metaclass__` variable is no longer
D2.2.rst123 setting a module-level variable named :attr:`__metaclass__` --- see :pep:`253`
D2.6.rst1249 __metaclass__ = ABCMeta