We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22edb94 commit d85b5abCopy full SHA for d85b5ab
clang/bindings/python/tests/cindex/test_cursor.py
@@ -998,7 +998,6 @@ def test_pretty_print(self):
998
self.assertEqual(f.pretty_printed(pp), "void f(_Bool x) {\n}\n")
999
1000
def test_hash(self):
1001
-
1002
def accumulate_cursors(cursor: Cursor, all_cursors: list):
1003
all_cursors.append(cursor)
1004
for child in cursor.get_children():
0 commit comments