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

Method inherit_join

PythonAPI/docs/doc_gen.py:85–87  ·  view source on GitHub ↗
(self, inh)

Source from the content-addressed store, hash-verified

83 self._data, '\n', self.list_depth(), '<h', str(strongness), '>', buf, '</h', str(strongness), '>\n'])
84
85 def inherit_join(self, inh):
86 self._data = join([
87 self._data,'<div style="padding-left:30px;margin-top:-20px"><small><b>Inherited from ',inh,'</b></small></div></p><p>'])
88
89 def note(self, buf):
90 self._data = join([self._data, buf])

Callers 1

gen_bodyMethod · 0.95

Calls 1

joinFunction · 0.70

Tested by

no test coverage detected