Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A 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)
H A Dtest_tarfile.py1538 class BadFile(io.BytesIO): class
1545 f = BadFile()

Completed in 6 milliseconds