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

Method marquee

IPython/lib/demo.py:615–617  ·  view source on GitHub ↗

Blank marquee that returns '' no matter what the input.

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

Source from the content-addressed store, hash-verified

613 """
614
615 def marquee(self,txt='',width=78,mark='*'):
616 """Blank marquee that returns '' no matter what the input."""
617 return ''
618
619 def pre_cmd(self):
620 """Method called before executing each block.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected