Searched refs:WorkOnce (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_descr.py4049 class WorkOnce(type): class in function:.test_mutable_bases_with_failing_mro
4052 return super(WorkOnce, self).__new__(WorkOnce, name, bases, ns)
4081 __metaclass__ = WorkOnce
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_descr.py4049 class WorkOnce(type): class in function:.test_mutable_bases_with_failing_mro
4052 return super(WorkOnce, self).__new__(WorkOnce, name, bases, ns)
4081 __metaclass__ = WorkOnce

Completed in 50 milliseconds