JohnDoughsins

Results 1 comments of JohnDoughsins

Same thing with me. I applied the same concept, just slightly different: ``` def visit_Call(self, node): def visit_func(node): if type(node) == ast.Name: return node.id elif type(node) == ast.Attribute: # Recursion...