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

Method __init__

IPython/core/display.py:361–364  ·  view source on GitHub ↗
(self, display_id=None)

Source from the content-addressed store, hash-verified

359 """
360
361 def __init__(self, display_id=None):
362 if display_id is None:
363 display_id = _new_id()
364 self.display_id = display_id
365
366 def __repr__(self):
367 return "<%s display_id=%s>" % (self.__class__.__name__, self.display_id)

Callers

nothing calls this directly

Calls 1

_new_idFunction · 0.85

Tested by

no test coverage detected