MarcinBinkowski

Results 1 comments of MarcinBinkowski

Hi, I've researched this issue. It seems that this happens when this function ```python def find_function(self, func_name: str) -> ASTCallable:  # type: ignore[return]         for child in ast.walk(self.parent):             if (                 isinstance(child,...