MCPcopy Create free account
hub / github.com/ipython/ipython / __head

Method __head

IPython/core/oinspect.py:378–381  ·  view source on GitHub ↗

Return a header string with proper colors.

(self,h)

Source from the content-addressed store, hash-verified

376 return None
377
378 def __head(self,h) -> str:
379 """Return a header string with proper colors."""
380 return '%s%s%s' % (self.color_table.active_colors.header,h,
381 self.color_table.active_colors.normal)
382
383 def set_active_scheme(self, scheme):
384 if scheme is not None:

Callers 2

pdefMethod · 0.95
format_mimeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected