Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_class.py558 def booh(self): function
562 a = property(booh)
570 __eq__ = property(booh)
574 __init__ = property(booh)
Dtest_decorators.py186 @funcattrs(booh=42)
191 self.assertEqual(C.foo.booh, 42)