I'm essentially trying to achieve this:
>>>print "SOME_VERY_LONG_TEXT" | more
Of course, it doesn't work in Python 2.7(IDLE).
Also, I tried pager 1.2's page()
function, but I don't know how to get it to work correctly.
Any ideas?
[UPDATE]
I found a lazy way, as follows:
import pydoc
pydoc.pager("SOME_VERY_LONG_TEXT")
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…