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

Method __init__

IPython/utils/contexts.py:36–38  ·  view source on GitHub ↗
(self, dictionary, *keys)

Source from the content-addressed store, hash-verified

34 """
35
36 def __init__(self, dictionary, *keys):
37 self.dictionary = dictionary
38 self.keys = keys
39
40 def __enter__(self):
41 # Actions to perform upon exiting.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected