Skip to content Skip to sidebar Skip to footer
Showing posts with the label Comments

Python 3 Regular Expression To Find Multiline Comment

I'm trying to find comment blocks in PHP source code using regular expressions in Python 3. The… Read more Python 3 Regular Expression To Find Multiline Comment

How To Tell Python Not To Interpret Hash Symbol As Comment?

I wanted to turn on and turn off crone job from os.system command written in python. Basically, usi… Read more How To Tell Python Not To Interpret Hash Symbol As Comment?

Doctests That Contain String Literals

I have a unit test that I'd like to write for a function that takes XML as a string. It's … Read more Doctests That Contain String Literals