Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _set_source
Method
_set_source
IPython/core/inputsplitter.py:529–530 ·
view source on GitHub ↗
(self, buffer)
Source
from the content-addressed store, hash-verified
527
setattr(self, store, self._set_source(buffer))
528
529
def
_set_source(self, buffer):
530
return
u
''
.join(buffer)
531
532
533
class
IPythonInputSplitter(InputSplitter):
Callers
1
_store
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected