Home | History | Annotate | Download | only in python2.7

Lines Matching full:elif

133             elif self.state == ' ':
137 elif nextchar in self.whitespace:
144 elif nextchar in self.commenters:
147 elif self.posix and nextchar in self.escape:
150 elif nextchar in self.wordchars:
153 elif nextchar in self.quotes:
157 elif self.whitespace_split:
166 elif self.state in self.quotes:
180 elif self.posix and nextchar in self.escape and \
186 elif self.state in self.escape:
199 elif self.state == 'a':
203 elif nextchar in self.whitespace:
211 elif nextchar in self.commenters:
220 elif self.posix and nextchar in self.quotes:
222 elif self.posix and nextchar in self.escape:
225 elif nextchar in self.wordchars or nextchar in self.quotes \