MCPcopy Create free account
hub / github.com/webpy/webpy / visit_Name

Method visit_Name

web/template.py:1372–1374  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

1370 super().generic_visit(node)
1371
1372 def visit_Name(self, node):
1373 if node.id.startswith("__"):
1374 self.fail_name(node)
1375
1376 def visit_Attribute(self, node):
1377 attrname = self.get_node_attr(node)

Callers

nothing calls this directly

Calls 1

fail_nameMethod · 0.95

Tested by

no test coverage detected