{ } Raw JSON

bundles / numpy 2.4.4 / numpy / f2py / crackfortran / split_by_unquoted

function

numpy.f2py.crackfortran:split_by_unquoted

source: /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