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

Method show_banner

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

Source from the content-addressed store, hash-verified

985 return banner
986
987 def show_banner(self, banner=None):
988 if banner is None:
989 banner = self.banner
990 sys.stdout.write(banner)
991
992 #-------------------------------------------------------------------------
993 # Things related to hooks

Callers 2

init_bannerMethod · 0.80
__call__Method · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected