Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ refresh_style
Method
refresh_style
IPython/core/interactiveshell.py:832–834 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
830
self.refresh_style()
831
832
def
refresh_style(self):
833
# No-op here, used in subclass
834
pass
835
836
def
init_pushd_popd_magic(self):
837
# for pushd/popd management
Callers
1
init_syntax_highlighting
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected