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

  /external/clang/bindings/python/tests/cindex/
test_cursor.py 106 """Ensure Cursor.is_static_method works."""
118 assert foo.is_static_method()
119 assert not bar.is_static_method()
  /external/clang/bindings/python/clang/
cindex.py 1103 def is_static_method(self): member in class:Cursor
    [all...]

Completed in 49 milliseconds