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

Method marquee

IPython/lib/demo.py:507–509  ·  view source on GitHub ↗

Return the input string centered in a 'marquee'.

(self,txt='',width=78,mark='*')

Source from the content-addressed store, hash-verified

505 # These methods are meant to be overridden by subclasses who may wish to
506 # customize the behavior of of their demos.
507 def marquee(self,txt='',width=78,mark='*'):
508 """Return the input string centered in a 'marquee'."""
509 return marquee(txt,width,mark)
510
511 def pre_cmd(self):
512 """Method called before executing each block."""

Callers 2

showMethod · 0.95
__call__Method · 0.95

Calls 1

marqueeFunction · 0.90

Tested by

no test coverage detected