Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py250 self.assertTrue(foo.is_static_method())
251 self.assertFalse(bar.is_static_method())
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1488 def is_static_method(self): member in Cursor