MCPcopy Create free account
hub / github.com/cvxpy/cvxpy / _str_section

Method _str_section

doc/sphinxext/docscrape.py:354–360  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

352 return out
353
354 def _str_section(self, name):
355 out = []
356 if self[name]:
357 out += self._str_header(name)
358 out += self[name]
359 out += ['']
360 return out
361
362 def _str_see_also(self, func_role):
363 if not self['See Also']: return []

Callers 1

__str__Method · 0.95

Calls 1

_str_headerMethod · 0.95

Tested by

no test coverage detected