Home
last modified time | relevance | path

Searched refs:FooBase (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_property.py316 class FooBase(object): class
321 class Foo2(FooBase):
322 @FooBase.spam.getter
H A Dtest_dynamicclassattribute.py284 class FooBase(object): class
289 class Foo2(FooBase):
290 spam = FooBase.__dict__['spam']
/third_party/python/Lib/test/test_email/
H A Dtest_headerregistry.py32 class FooBase: class in TestHeaderRegistry
37 factory = headerregistry.HeaderRegistry(base_class=self.FooBase)
39 self.assertIsInstance(h, self.FooBase)

Completed in 5 milliseconds