Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ get_method_by_name
Function
get_method_by_name
remi/server.py:94–98 ·
view source on GitHub ↗
(root_node, name)
Source
from the content-addressed store, hash-verified
92
93
94
def
get_method_by_name(root_node, name):
95
val = None
96
if
hasattr(root_node, name):
97
val = getattr(root_node, name)
98
return
val
99
100
101
def
get_method_by_id(_id):
Callers
3
on_message
Method · 0.85
do_POST
Method · 0.85
_process_all
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected