MCPcopy Index your code
hub / github.com/ipython/ipython / __init__

Method __init__

IPython/core/display_functions.py:324–327  ·  view source on GitHub ↗
(self, display_id=None)

Source from the content-addressed store, hash-verified

322 """
323
324 def __init__(self, display_id=None):
325 if display_id is None:
326 display_id = _new_id()
327 self.display_id = display_id
328
329 def __repr__(self):
330 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