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

Method set_active_scheme

IPython/core/oinspect.py:383–386  ·  view source on GitHub ↗
(self, scheme)

Source from the content-addressed store, hash-verified

381 self.color_table.active_colors.normal)
382
383 def set_active_scheme(self, scheme):
384 if scheme is not None:
385 self.color_table.set_active_scheme(scheme)
386 self.parser.color_table.set_active_scheme(scheme)
387
388 def noinfo(self, msg, oname):
389 """Generic message when no information is found."""

Callers 5

__init__Method · 0.95
set_colorsMethod · 0.45
set_colorsMethod · 0.45
color_toggleMethod · 0.45
colorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected