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

Method marquee

IPython/lib/demo.py:508–510  ·  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

506 # These methods are meant to be overridden by subclasses who may wish to
507 # customize the behavior of of their demos.
508 def marquee(self,txt='',width=78,mark='*'):
509 """Return the input string centered in a 'marquee'."""
510 return marquee(txt,width,mark)
511
512 def pre_cmd(self):
513 """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