[clang] [libclang/python] Add typing annotations for the Cursor class (PR #138103)
Jannick Kremer via cfe-commits
cfe-commits at lists.llvm.org
Thu May 15 23:08:56 PDT 2025
================
@@ -1545,6 +1545,16 @@ class ExceptionSpecificationKind(BaseEnumeration):
### Cursors ###
+# This guard is used to ensure that no operations are possible on null cursors
----------------
DeinAlptraum wrote:
I added the docstring, but are you sure this makes sense on a decorator?
https://github.com/llvm/llvm-project/pull/138103
More information about the cfe-commits
mailing list