Index of the serve module
-
m
paste.script.serve
...
- a MAXFD ...
- C DaemonizeException ...
- C LazyWriter ... - File-like object that opens a file lazily when it is first written to.
-
C
ServeCommand
...
- a default_interactive ...
- a default_verbosity ...
- a description ...
- a group_name ...
- a hidden ...
- a max_args ...
- a max_args_error ...
- a min_args_error ...
- a parser ...
- a possible_subcommands ...
- a required_args ...
- a requires_config_file ...
- a summary ...
- a usage ...
- f change_user_group ...
- f command ...
- f daemonize ...
- f loadserver ...
- f record_pid ...
- f restart_with_monitor ...
- f show_status ...
- f stop_daemon ...
- f ensure_port_cleanup ... - This makes sure any open ports are closed.
- f live_pidfile ... - (pidfile:str) -> int | None Returns an int found in the named file, if there is one, and if there is a running process with that process id. Return None if no such process exists.
- f read_pidfile ...