Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_fcntl.py50 class BadFile: class
107 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)
Dtest_tarfile.py1420 class BadFile(io.BytesIO): class
1427 f = BadFile()