python-util-popn
python-util-popn is a compiled Lisp function in `python.el
'.
(python-util-popn LST N)
Return LST first N elements.
N should be an integer, when negative its opposite is used.
When N is bigger than the length of LST, the list is
returned as is.