Searched refs:__EndOfLine (Results 1 – 4 of 4) sorted by relevance
136 def __EndOfLine(self): member in CodeFragmentCollector
241 def __EndOfLine(self): member in FdfParser449 …f.__CurrentChar() == T_CHAR_SLASH and self.__NextChar() == T_CHAR_SLASH and not self.__EndOfLine():453 elif self.__CurrentChar() == T_CHAR_HASH and not self.__EndOfLine() and not InString:843 while not self.__EndOfLine():874 while not self.__EndOfLine():906 while not self.__EndOfLine():
141 def __EndOfLine(self): member in CodeFragmentCollector
346 def __EndOfLine(self): member in FdfParser592 …f.__CurrentChar() == T_CHAR_SLASH and self.__NextChar() == T_CHAR_SLASH and not self.__EndOfLine():596 elif self.__CurrentChar() == T_CHAR_HASH and not self.__EndOfLine() and not InString:1031 while not self.__EndOfLine():1094 while not self.__EndOfLine():