OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unsupported_operation
(Results
1 - 7
of
7
) sorted by null
/external/python/cpython3/Modules/_io/
_iomodule.c
617
Py_VISIT(state->
unsupported_operation
);
629
Py_CLEAR(state->
unsupported_operation
);
686
state->
unsupported_operation
= PyObject_CallFunction(
689
if (state->
unsupported_operation
== NULL)
691
Py_INCREF(state->
unsupported_operation
);
693
state->
unsupported_operation
) < 0)
803
Py_XDECREF(state->
unsupported_operation
);
_iomodule.h
146
PyObject *
unsupported_operation
;
member in struct:__anon33318
iobase.c
89
PyErr_SetString(state->
unsupported_operation
, message);
fileio.c
547
PyErr_Format(state->
unsupported_operation
,
[
all
...]
winconsoleio.c
483
PyErr_Format(state->
unsupported_operation
,
[
all
...]
textio.c
64
PyErr_SetString(state->
unsupported_operation
, message);
877
PyErr_ExceptionMatches(state->
unsupported_operation
)) {
[
all
...]
bufferedio.c
133
PyErr_SetString(state->
unsupported_operation
, message);
[
all
...]
Completed in 372 milliseconds