Home
last modified time | relevance | path

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

/external/clang/bindings/python/tests/cindex/
Dtest_cursor.py194 assert xc.is_default_method()
195 assert not yc.is_default_method()
/external/clang/bindings/python/clang/
Dcindex.py1217 def is_default_method(self): member in Cursor