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

  /external/clang/bindings/python/tests/cindex/
test_cursor.py 99 """Ensure Cursor.is_static_method works."""
111 assert foo.is_static_method()
112 assert not bar.is_static_method()
  /external/clang/bindings/python/clang/
cindex.py 1134 def is_static_method(self): member in class:Cursor
    [all...]

Completed in 1284 milliseconds