False
Finds the value in compare that is closest to target.
compare
target
Returns the index (if index is True), or the value. Uses the - operator. If there are multiple closest values in the list, it returns the first one
index
Definition at line 51 of file misc.py.