Searched refs:ok_file_methods (Results 1 – 1 of 1) sorted by relevance
34 ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline', variable in FileBase44 for m in self.ok_file_methods:63 for m in FileBase.ok_file_methods + ('close',):