Quantcast
Channel: BlogoSfera » exclude
Viewing all articles
Browse latest Browse all 11

Pyparsing ignore except

$
0
0

I have a file, with pythonStyleComments in lines, for example: def foo(): # declare # Simple function a = 0 # TODO: add random return a So, then I want to add .ignore(pythonStyleComments) to pyparsing, but want to handle any meta (such as TODO: ). I know all meta words, so how I can exclude […]

The post Pyparsing ignore except appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 11

Trending Articles