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

Method copy

IPython/utils/coloransi.py:154–156  ·  view source on GitHub ↗

Return full copy of object

(self)

Source from the content-addressed store, hash-verified

152 self.set_active_scheme(default_scheme)
153
154 def copy(self):
155 """Return full copy of object"""
156 return ColorSchemeTable(self.values(),self.active_scheme_name)
157
158 def add_scheme(self,new_scheme):
159 """Add a new color scheme to the table."""

Callers

nothing calls this directly

Calls 1

ColorSchemeTableClass · 0.85

Tested by

no test coverage detected