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

Function parentheses

PythonAPI/docs/doc_gen.py:118–119  ·  view source on GitHub ↗
(buf)

Source from the content-addressed store, hash-verified

116
117
118def parentheses(buf):
119 return join(['(', buf, ')'])
120
121
122def small(buf):

Callers 7

gen_stub_method_defFunction · 0.70
gen_doc_method_defFunction · 0.70
gen_inst_var_indxFunction · 0.70
gen_method_indxFunction · 0.70
add_doc_method_paramFunction · 0.70
add_doc_inst_varFunction · 0.70
gen_overviewMethod · 0.70

Calls 1

joinFunction · 0.70

Tested by

no test coverage detected