MCPcopy Create free account
hub / github.com/SplootCode/splootcode /

Class

packages/language-python/src/scope/python_scope.ts:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35export class PythonScope {
36 filePath: string // Path to the python file for this scope.
37 parent: PythonScope
38 name: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected