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 cfa988e commit 77999ceCopy full SHA for 77999ce
clang/bindings/python/clang/cindex.py
@@ -2367,7 +2367,7 @@ def is_function_inlined(self) -> bool:
2367
"""
2368
Check if the function is inlined.
2369
2370
- return conf.lib.clang_Cursor_isFunctionInlined(self) # type: ignore [no-any-return]
+ return bool(conf.lib.clang_Cursor_isFunctionInlined(self))
2371
2372
@cursor_null_guard
2373
def has_attrs(self) -> bool:
0 commit comments