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

Method set_colors

IPython/core/debugger.py:285–288  ·  view source on GitHub ↗

Shorthand access to the color table scheme selector method.

(self, scheme)

Source from the content-addressed store, hash-verified

283 self.skip_hidden = True
284
285 def set_colors(self, scheme):
286 """Shorthand access to the color table scheme selector method."""
287 self.color_scheme_table.set_active_scheme(scheme)
288 self.parser.style = scheme
289
290
291 def hidden_frames(self, stack):

Callers 2

__init__Method · 0.95
colorsMethod · 0.45

Calls 1

set_active_schemeMethod · 0.45

Tested by

no test coverage detected