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

Function synchronize_with_editor

IPython/core/hooks.py:85–86  ·  view source on GitHub ↗
(self, filename, linenum, column)

Source from the content-addressed store, hash-verified

83
84
85def synchronize_with_editor(self, filename, linenum, column):
86 pass
87
88
89class CommandChainDispatcher:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected