MCPcopy Index your code
hub / github.com/ipython/ipython / show_banner

Method show_banner

IPython/core/interactiveshell.py:1048–1051  ·  view source on GitHub ↗
(self, banner=None)

Source from the content-addressed store, hash-verified

1046 return banner
1047
1048 def show_banner(self, banner=None):
1049 if banner is None:
1050 banner = self.banner
1051 print(banner, end="")
1052
1053 #-------------------------------------------------------------------------
1054 # Things related to hooks

Callers 2

init_bannerMethod · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected