Home
last modified time | relevance | path

Searched refs:booh (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_class.py511 def booh(self): function
515 a = property(booh)
523 __eq__ = property(booh)
527 __init__ = property(booh)
Dtest_decorators.py185 @funcattrs(booh=42)
190 self.assertEqual(C.foo.booh, 42)
/external/python/cpython2/Lib/test/
Dtest_class.py571 def booh(self): function
575 a = property(booh)
583 __eq__ = property(booh)
587 __init__ = property(booh)
Dtest_decorators.py186 @funcattrs(booh=42)
191 self.assertEqual(C.foo.booh, 42)