Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dtextio.c1168 #define CHECK_ATTACHED(self) \ macro
1192 CHECK_ATTACHED(self); in textiowrapper_detach()
1256 CHECK_ATTACHED(self); in textiowrapper_write()
1496 CHECK_ATTACHED(self); in textiowrapper_read()
1857 CHECK_ATTACHED(self); in textiowrapper_readline()
2012 CHECK_ATTACHED(self); in textiowrapper_seek()
2197 CHECK_ATTACHED(self); in textiowrapper_tell()
2358 CHECK_ATTACHED(self) in textiowrapper_truncate()
2413 CHECK_ATTACHED(self); in textiowrapper_fileno()
2420 CHECK_ATTACHED(self); in textiowrapper_seekable()
[all …]