You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / f2py / crackfortran / markinnerspaces

function

numpy.f2py.crackfortran:markinnerspaces

source: /numpy/f2py/crackfortran.py :1625

Signature

def   markinnerspaces ( line )

Summary

The function replace all spaces in the input variable line which are surrounded with quotation marks, with the triplet "@_@".

Extended Summary

For instance, for the input "a 'b c'" the function returns "a 'b@_@c'"

Parameters

line : str

Returns

: str

Aliases

  • numpy.f2py.crackfortran.markinnerspaces