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

Function isPythonNode

packages/language-python/src/nodes/python_node.ts:7–9  ·  view source on GitHub ↗
(node: SplootNode)

Source from the content-addressed store, hash-verified

5import { PythonScope } from '../scope/python_scope'
6
7export function isPythonNode(node: SplootNode): node is PythonNode {
8 return (<PythonNode>node).isPythonNode !== undefined
9}
10
11export abstract class PythonNode extends SplootNode {
12 scope: PythonScope

Callers 4

openFileMethod · 0.90
constructorFunction · 0.85
recursivelyBuildScopeFunction · 0.85
recursivelyClearScopeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected