HomeSort by relevance Sort by last modified time
    Searched refs:__at_start (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 148 self.__at_start = 1
248 self.__at_start = 0
262 if self.__at_start and space.match(data) is None:
264 self.__at_start = 0
313 if not self.__at_start:
406 self.__at_start = 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 148 self.__at_start = 1
248 self.__at_start = 0
262 if self.__at_start and space.match(data) is None:
264 self.__at_start = 0
313 if not self.__at_start:
406 self.__at_start = 0
    [all...]

Completed in 1548 milliseconds