Home
last modified time | relevance | path

Searched refs:base_class (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_new_renderer.py233 base_class = get_base_class(base_impl) variable
234 if base_class and base_class != 'angle':
235 base_impl_stubs, base_private_impl_stubs, base_constructor = parse_impl_header(base_class)
/third_party/python/Lib/email/
H A Dheaderregistry.py566 def __init__(self, base_class=BaseHeader, default_class=UnstructuredHeader,
570 base_class is the class that will be the last class in the created
579 self.base_class = base_class
592 return type('_'+cls.__name__, (cls, self.base_class), {})
599 base_class with a specialized class from the registry or the
/third_party/ltp/tools/sparse/sparse-src/
H A Dast-model.h62 GObjectClass base_class; member
/third_party/python/Lib/test/test_importlib/
H A Dtest_abc.py129 def make_abc_subclasses(base_class, name=None, inst=False, **kwargs):
131 name = base_class.__name__
135 for cls in test_util.split_frozen(base_class, base, **kwargs)}
/third_party/python/Lib/test/test_email/
H A Dtest_headerregistry.py37 factory = headerregistry.HeaderRegistry(base_class=self.FooBase)

Completed in 7 milliseconds