bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / f2py / crackfortran / split_by_unquoted
function
numpy.f2py.crackfortran:split_by_unquoted
source: build-install/usr/lib/python3.14/site-packages/numpy/f2py/crackfortran.py :664
Signature
def split_by_unquoted ( line , characters ) Summary
Splits the line into (line[:i], line[i:]), where i is the index of first occurrence of one of the characters not within quotes, or len(line) if no such index exists
Aliases
-
numpy.f2py.crackfortran.split_by_unquoted