Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ html_key
Function
html_key
PythonAPI/docs/doc_gen.py:130–131 ·
view source on GitHub ↗
(buf)
Source
from the content-addressed store, hash-verified
128
129
130
def
html_key(buf):
131
return
join([
'<a name="'
, buf,
'"></a>'
])
132
133
134
def
color(col, buf):
Callers
2
add_doc_method
Function · 0.85
add_doc_inst_var
Function · 0.85
Calls
1
join
Function · 0.70
Tested by
no test coverage detected