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

Method progress

IPython/core/display.py:829–830  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

827
828 @property
829 def progress(self):
830 return self._progress
831
832 @progress.setter
833 def progress(self, value):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected