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 acd9965 commit ca2f496Copy full SHA for ca2f496
clang/bindings/python/tests/cindex/test_lib.py
@@ -12,7 +12,8 @@
12
class TestLib(unittest.TestCase):
13
def test_functions_registered(self):
14
def get_function_spelling(node):
15
- # The call expressions we are interested in have their spelling in .attr, not .id
+ # The call expressions we are interested in have
16
+ # their spelling in .attr, not .id
17
if hasattr(node, "attr"):
18
return node.attr
19
return ""
0 commit comments