HomeSort by relevance Sort by last modified time
    Searched refs:booh (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_class.py 571 def booh(self): function in function:ClassTests.testForExceptionsRaisedInInstanceGetattr2
572 raise AttributeError("booh")
575 a = property(booh)
579 if str(x) != "booh":
583 __eq__ = property(booh)
587 __init__ = property(booh)
test_decorators.py 186 @funcattrs(booh=42)
191 self.assertEqual(C.foo.booh, 42)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_class.py 571 def booh(self): function in function:ClassTests.testForExceptionsRaisedInInstanceGetattr2
572 raise AttributeError("booh")
575 a = property(booh)
579 if str(x) != "booh":
583 __eq__ = property(booh)
587 __init__ = property(booh)
test_decorators.py 186 @funcattrs(booh=42)
191 self.assertEqual(C.foo.booh, 42)
  /external/antlr/antlr-3.4/runtime/Python/tests/
t051treeRewriteAST.py     [all...]

Completed in 313 milliseconds