MCPcopy Create free account
hub / github.com/idank/explainshell / __init__

Method __init__

tests/test_matcher.py:808–810  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

806
807 class depthchecker(bashlex.ast.nodevisitor):
808 def __init__(self):
809 self.depth = 0
810 self.maxdepth = 0
811
812 def visitnode(self, node):
813 if "substitution" in node.kind:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected