Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_class.py511 def booh(self): function
515 a = property(booh)
523 __eq__ = property(booh)
527 __init__ = property(booh)
Dtest_decorators.py212 @funcattrs(booh=42)
217 self.assertEqual(C.foo.booh, 42)