python-nav--lisp-forward-sexp-safe

python-nav--lisp-forward-sexp-safe is a compiled Lisp function in `python.el'.

(python-nav--lisp-forward-sexp-safe &optional ARG)

Safe version of standard `forward-sexp'.
When at end of sexp (i.e. looking at a opening/closing paren)
skips it instead of throwing an error. With positive ARG move
forward only one sexp, else move backwards.