Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
def
parentheses(buf):
119
return
join([
'('
, buf,
')'
])
120
121
122
def
small(buf):
Callers
7
gen_stub_method_def
Function · 0.70
gen_doc_method_def
Function · 0.70
gen_inst_var_indx
Function · 0.70
gen_method_indx
Function · 0.70
add_doc_method_param
Function · 0.70
add_doc_inst_var
Function · 0.70
gen_overview
Method · 0.70
Calls
1
join
Function · 0.70
Tested by
no test coverage detected