Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ refresh_style
Method
refresh_style
IPython/core/interactiveshell.py:793–795 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
791
self.pycolorize =
lambda
src: pyformat(src,
'str'
)
792
793
def
refresh_style(self):
794
# No-op here, used in subclass
795
pass
796
797
def
init_pushd_popd_magic(self):
798
# for pushd/popd management
Callers
1
colors
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected