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 7ffb50a commit c603ed2Copy full SHA for c603ed2
clang/bindings/python/clang/cindex.py
@@ -2593,7 +2593,7 @@ def get_canonical(self):
2593
"""
2594
return Type.from_result(conf.lib.clang_getCanonicalType(self), (self,))
2595
2596
- def get_fully_qualified_name(self, policy, with_global_ns_prefix = False):
+ def get_fully_qualified_name(self, policy, with_global_ns_prefix=False):
2597
2598
Get the fully qualified name for a type.
2599
0 commit comments