Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ color
Function
color
PythonAPI/docs/doc_gen.py:134–135 ·
view source on GitHub ↗
(col, buf)
Source
from the content-addressed store, hash-verified
132
133
134
def
color(col, buf):
135
return
join([
'<font color="'
, col,
'">'
, buf,
'</font>'
])
136
137
138
def
valid_dic_val(dic, value):
Callers
3
gen_doc_method_def
Function · 0.70
add_doc_method
Function · 0.70
add_doc_inst_var
Function · 0.70
Calls
1
join
Function · 0.70
Tested by
no test coverage detected