This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Usage: Place this file at the root of your project where this code will recursively change docstring to raw string in every py file. | |
`python doctstring_to_raw.py` | |
You can also specify the path. | |
`python doctstring_to_raw.py <path>` | |
Note: Path should be Unix style. Haven't tested in Windows so not sure if it'll work or not. | |
""" |