OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_static_method
(Results
1 - 2
of
2
) sorted by null
/external/clang/bindings/python/tests/cindex/
test_cursor.py
213
"""Ensure Cursor.
is_static_method
works."""
225
assert foo.
is_static_method
()
226
assert not bar.
is_static_method
()
/external/clang/bindings/python/clang/
cindex.py
1235
def
is_static_method
(self):
member in class:Cursor
[
all
...]
Completed in 91 milliseconds