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

Function parentheses

PythonAPI/docs/bp_doc_gen.py:54–55  ·  view source on GitHub ↗
(buf)

Source from the content-addressed store, hash-verified

52
53
54def parentheses(buf):
55 return join(['(', buf, ')'])
56
57
58def sub(buf):

Callers 1

generate_pb_docsFunction · 0.70

Calls 1

joinFunction · 0.70

Tested by

no test coverage detected