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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rexec.py 34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline', variable in class:FileBase
44 for m in self.ok_file_methods:
63 for m in FileBase.ok_file_methods + ('close',):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rexec.py 34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline', variable in class:FileBase
44 for m in self.ok_file_methods:
63 for m in FileBase.ok_file_methods + ('close',):

Completed in 204 milliseconds