MCPcopy 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
94def 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
101def get_method_by_id(_id):

Callers 3

on_messageMethod · 0.85
do_POSTMethod · 0.85
_process_allMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected