Home
last modified time | relevance | path

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

/third_party/python/Lib/wsgiref/
Dhandlers.py158 env['wsgi.input'] = self.get_stdin()
421 def get_stdin(self): member in BaseHandler
457 def get_stdin(self): member in SimpleHandler
/third_party/glib/gio/
Dgapplicationcommandline.h67 GInputStream * (* get_stdin) (GApplicationCommandLine *cmdline); member
Dgapplicationcommandline.c415 class->get_stdin = g_application_command_line_real_get_stdin; in g_application_command_line_class_init()
539 return G_APPLICATION_COMMAND_LINE_GET_CLASS (cmdline)->get_stdin (cmdline); in g_application_command_line_get_stdin()
Dgapplicationimpl-dbus.c972 class->get_stdin = g_dbus_command_line_get_stdin; in g_dbus_command_line_class_init()
/third_party/python/Doc/library/
Dwsgiref.rst516 :meth:`__init__`, :meth:`get_stdin`, :meth:`get_stderr`, :meth:`add_cgi_vars`,
560 .. method:: BaseHandler.get_stdin()
640 :meth:`get_stdin`, :meth:`get_stderr`, and :meth:`add_cgi_vars` methods and the
/third_party/python/Lib/test/
Dtest_wsgiref.py599 'wsgi.input': handler.get_stdin(),