Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
def
parentheses(buf):
55
return
join([
'('
, buf,
')'
])
56
57
58
def
sub(buf):
Callers
1
generate_pb_docs
Function · 0.70
Calls
1
join
Function · 0.70
Tested by
no test coverage detected