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

Method title

PythonAPI/docs/doc_gen.py:77–79  ·  view source on GitHub ↗
(self, strongness, buf)

Source from the content-addressed store, hash-verified

75 self._data, '#Python API reference'])
76
77 def title(self, strongness, buf):
78 self._data = join([
79 self._data, '\n', self.list_depth(), '#' * strongness, ' ', buf, '\n'])
80
81 def title_html(self, strongness, buf):
82 self._data = join([

Callers 7

gen_overviewMethod · 0.95
gen_bodyMethod · 0.95
get_actor_display_nameFunction · 0.45
get_actor_display_nameFunction · 0.45
get_actor_display_nameFunction · 0.45
get_actor_display_nameFunction · 0.45
get_actor_display_nameFunction · 0.45

Calls 2

list_depthMethod · 0.95
joinFunction · 0.70

Tested by

no test coverage detected