python-nav--syntactically

python-nav--syntactically is a compiled Lisp function in `python.el'.

(python-nav--syntactically FN POSCOMPFN &optional CONTEXTFN)

Move point using FN avoiding places with specific context.
FN must take no arguments. POSCOMPFN is a two arguments function
used to compare current and previous point after it is moved
using FN, this is normally a less-than or greater-than
comparison. Optional argument CONTEXTFN defaults to
`python-syntax-context-type' and is used for checking current
point context, it must return a non-nil value if this point must
be skipped.