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

/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py99 """Ensure Cursor.is_static_method works."""
111 assert foo.is_static_method()
112 assert not bar.is_static_method()
/external/clang/bindings/python/clang/
H A Dcindex.py1134 def is_static_method(self): member in class:Cursor

Completed in 145 milliseconds