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

Method __exit__

IPython/utils/tests/test_path.py:178–179  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

176 def Close(self):
177 pass
178 def __exit__(*args, **kwargs):
179 pass
180
181 with patch.object(wreg, 'OpenKey', return_value=key()), \
182 patch.object(wreg, 'QueryValueEx', return_value=[abspath(HOME_TEST_DIR)]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected