bundles / numpy 2.4.4 / numpy / f2py / crackfortran / markinnerspaces
function
numpy.f2py.crackfortran:markinnerspaces
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