This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / f2py / crackfortran / markinnerspaces

function

numpy.f2py.crackfortran:markinnerspaces

source: build-install/usr/lib/python3.14/site-packages/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