Lines Matching refs:set
86 returned I/O object is closed, unless closefd is set to False.)
123 buffering is an optional integer used to set the buffering policy.
207 modes = set(mode)
208 if modes - set("axrwb+t") or len(mode) > len(modes):
309 # builtins.open was set to OpenWrapper to not become a bound method
310 # when set to a class variable. _io.open is a built-in function whereas
641 set not to block and has no data to read.
672 None if the object is set not to block and has no data to read.
1334 # a subclass or the user set self.flush to something. This is the same
1532 if not set(mode) <= set('xrwab+'):
2142 "It is not possible to set the encoding or newline of stream "
2323 # The meaning of a tell() cookie is: seek to position, set the