MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / gen_method_indx

Function gen_method_indx

PythonAPI/docs/doc_gen.py:270–277  ·  view source on GitHub ↗
(method, class_key)

Source from the content-addressed store, hash-verified

268
269
270def gen_method_indx(method, class_key):
271 method_name = method['def_name']
272 method_key = join([class_key, method_name], '.')
273 method_def = gen_doc_method_def(method, True)
274 return join([
275 brackets(method_def),
276 parentheses(method_key), ' ',
277 sub(italic('Method'))])
278
279
280def add_doc_method_param(md, param):

Callers 1

gen_overviewMethod · 0.85

Calls 6

gen_doc_method_defFunction · 0.85
bracketsFunction · 0.85
joinFunction · 0.70
parenthesesFunction · 0.70
subFunction · 0.70
italicFunction · 0.70

Tested by

no test coverage detected