Home
last modified time | relevance | path

Searched refs:regcomment (Results 1 – 1 of 1) sorted by relevance

/petsc/lib/petsc/bin/
H A DgetAPI.py42 regcomment = re.compile(r'/\* [-A-Za-z _(),<>|^\*/0-9.:=\[\]\.;]* \*/') variable
239 line = regcomment.sub("",line)
267 struct = regcomment.sub("",struct)
355 struct = regcomment.sub("",struct)
398 struct = regcomment.sub("",struct)
512 line = regcomment.sub("",line)