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
import re | |
import os | |
from collections import defaultdict | |
import sys | |
curFile = os.path.abspath(__file__) | |
rePatterns = { | |
# Adds an empty line in a doc string before param definitions. | |
# Shouldn't touch doc strings that only contain param info. |