MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / visit_Module

Method visit_Module

pythonFiles/symbolProvider.py:13–14  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

11 self.symbols = {"classes": [], "methods": [], "functions": []}
12
13 def visit_Module(self, node):
14 self.visitChildren(node)
15
16 def visitChildren(self, node, namespace=""):
17 for child in node.body:

Callers

nothing calls this directly

Calls 1

visitChildrenMethod · 0.95

Tested by

no test coverage detected