Home
last modified time | relevance | path

Searched refs:ok_file_methods (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Drexec.py34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline', variable in FileBase
44 for m in self.ok_file_methods:
63 for m in FileBase.ok_file_methods + ('close',):