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

  /external/clang/bindings/python/tests/cindex/
test_cursor.py 181 """Ensure Cursor.is_default_method works."""
194 assert xc.is_default_method()
195 assert not yc.is_default_method()
  /external/clang/bindings/python/clang/
cindex.py 1217 def is_default_method(self): member in class:Cursor
    [all...]

Completed in 728 milliseconds