Searched refs:get_stdin (Results 1 – 6 of 6) sorted by relevance
158 env['wsgi.input'] = self.get_stdin()421 def get_stdin(self): member in BaseHandler457 def get_stdin(self): member in SimpleHandler
67 GInputStream * (* get_stdin) (GApplicationCommandLine *cmdline); member
415 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()
972 class->get_stdin = g_dbus_command_line_get_stdin; in g_dbus_command_line_class_init()
516 :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
599 'wsgi.input': handler.get_stdin(),