Home
last modified time | relevance | path

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

/external/clang/bindings/python/tests/cindex/
Dtest_cursor.py112 assert foo.is_const_method()
113 assert not bar.is_const_method()
/external/clang/bindings/python/clang/
Dcindex.py1191 def is_const_method(self): member in Cursor