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

Function brackets

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

Source from the content-addressed store, hash-verified

112
113
114def brackets(buf):
115 return join(['[', buf, ']'])
116
117
118def parentheses(buf):

Callers 3

gen_inst_var_indxFunction · 0.85
gen_method_indxFunction · 0.85
gen_overviewMethod · 0.85

Calls 1

joinFunction · 0.70

Tested by

no test coverage detected