Home | History | Annotate | Download | only in Python

Lines Matching full:regular

138 # A regular expression matching names used for dummy variables (i.e. not used).
161 # Regular expression which should only match functions or classes name which do
165 # Regular expression which should only match correct module names
168 # Regular expression which should only match correct module level names
171 # Regular expression which should only match correct class names
174 # Regular expression which should only match correct function names
177 # Regular expression which should only match correct method names
180 # Regular expression which should only match correct instance attribute names
183 # Regular expression which should only match correct argument names
186 # Regular expression which should only match correct variable names
189 # Regular expression which should only match correct list comprehension /