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

Function italic

PythonAPI/docs/doc_gen.py:102–103  ·  view source on GitHub ↗
(buf)

Source from the content-addressed store, hash-verified

100
101
102def italic(buf):
103 return join(['_', buf, '_'])
104
105
106def bold(buf):

Callers 7

gen_inst_var_indxFunction · 0.70
gen_method_indxFunction · 0.70
add_doc_method_paramFunction · 0.70
add_doc_methodFunction · 0.70
add_doc_inst_varFunction · 0.70
gen_overviewMethod · 0.70
gen_bodyMethod · 0.70

Calls 1

joinFunction · 0.70

Tested by

no test coverage detected