Searched refs:BadFile (Results 1 – 2 of 2) sorted by relevance
50 class BadFile: class107 fcntl.fcntl(BadFile(-1), fcntl.F_SETFL, os.O_NONBLOCK)111 fcntl.fcntl(BadFile('spam'), fcntl.F_SETFL, os.O_NONBLOCK)120 fcntl.fcntl(BadFile(INT_MAX + 1), fcntl.F_SETFL, os.O_NONBLOCK)124 fcntl.fcntl(BadFile(INT_MIN - 1), fcntl.F_SETFL, os.O_NONBLOCK)
1420 class BadFile(io.BytesIO): class1427 f = BadFile()