MCPcopy Create free account
hub / github.com/BioinfoMachineLearning/FlowDock / resolve_method_title

Function resolve_method_title

flowdock/__init__.py:65–71  ·  view source on GitHub ↗

Resolve the method title for a given method. :param method: The method name. :return: The method title for the given method.

(method: str)

Source from the content-addressed store, hash-verified

63
64
65def resolve_method_title(method: str) -> str:
66 """Resolve the method title for a given method.
67
68 :param method: The method name.
69 :return: The method title for the given method.
70 """
71 return METHOD_TITLE_MAPPING.get(method, method)
72
73
74def resolve_method_output_dir(

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected