bundles / numpy 2.5.0.dev0+git20251130.2de293a / 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