================
@@ -585,39 +586,41 @@ class TokenGroup:
     You should not instantiate this class outside of this module.
     """
 
-    def __init__(self, tu, memory, count):
-        self._tu = tu
-        self._memory = memory
-        self._count = count
+    def __init__(self, tu: TranslationUnit, memory: Any, count: c_uint) -> 
None:
----------------
Endilll wrote:

Isn't `memory` at least `c_void_p`?

https://github.com/llvm/llvm-project/pull/173845
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to