Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_function
Method · 0.95
main
Function · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected