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

Method _str_header

doc/sphinxext/docscrape.py:317–318  ·  view source on GitHub ↗
(self, name, symbol='-')

Source from the content-addressed store, hash-verified

315 # string conversion routines
316
317 def _str_header(self, name, symbol='-'):
318 return [name, len(name)*symbol]
319
320 def _str_indent(self, doc, indent=4):
321 out = []

Callers 3

_str_param_listMethod · 0.95
_str_sectionMethod · 0.95
_str_see_alsoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected