HomeSort by: relevance | last modified time | path
    Searched refs:is_static_method (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_cursor.py 238 """Ensure Cursor.is_static_method works."""
250 self.assertTrue(foo.is_static_method())
251 self.assertFalse(bar.is_static_method())
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 1488 def is_static_method(self): member in class:Cursor

Completed in 25 milliseconds