MCPcopy Create free account
hub / github.com/pyparsing/pyparsing / get_function

Method get_function

examples/tiny/tiny_engine.py:105–106  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

103
104
105 def get_function(self, name: str) -> TinyNode | None:
106 return self._functions.get(name)
107
108 def get_functions(self) -> dict[str, TinyNode]:
109 return {**self._functions}

Callers 2

call_functionMethod · 0.95
mainFunction · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected