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

Method __init__

IPython/lib/backgroundjobs.py:381–386  ·  view source on GitHub ↗

Must be implemented in subclasses. Subclasses must call :meth:`_init` for standard initialisation.

(self)

Source from the content-addressed store, hash-verified

379 stat_dead_c = -1
380
381 def __init__(self):
382 """Must be implemented in subclasses.
383
384 Subclasses must call :meth:`_init` for standard initialisation.
385 """
386 raise NotImplementedError("This class can not be instantiated directly.")
387
388 def _init(self):
389 """Common initialization for all BackgroundJob objects"""

Callers 1

_initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected