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

Method __init__

IPython/utils/sentinel.py:8–12  ·  view source on GitHub ↗
(self, name, module, docstring=None)

Source from the content-addressed store, hash-verified

6class Sentinel(object):
7
8 def __init__(self, name, module, docstring=None):
9 self.name = name
10 self.module = module
11 if docstring:
12 self.__doc__ = docstring
13
14
15 def __repr__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected