Searched refs:is_const_method (Results 1 – 2 of 2) sorted by relevance
137 self.assertTrue(foo.is_const_method())138 self.assertFalse(bar.is_const_method())
1444 def is_const_method(self): member in Cursor