Home
last modified time | relevance | path

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

/external/clang/bindings/python/tests/cindex/
Dtest_cursor.py225 assert foo.is_static_method()
226 assert not bar.is_static_method()
/external/clang/bindings/python/clang/
Dcindex.py1235 def is_static_method(self): member in Cursor