proxygen
|
Classes | |
class | ShellQuoted |
Functions | |
def | shell_quote (s) |
def | raw_shell (s) |
def | shell_join (delim, it) |
def | path_join (args) |
def | shell_comment (c) |
def shell_quoting.path_join | ( | args | ) |
Definition at line 87 of file shell_quoting.py.
References raw_shell(), and shell_quote().
Referenced by shell_quoting.ShellQuoted.format(), and fbcode_builder.FBCodeBuilder.github_project_workdir().
def shell_quoting.raw_shell | ( | s | ) |
Definition at line 75 of file shell_quoting.py.
References folly.format().
Referenced by shell_builder.ShellFBCodeBuilder._render_impl(), docker_builder.DockerFBCodeBuilder._render_impl(), shell_quoting.ShellQuoted.format(), parse_args.parse_args_to_fbcode_builder_opts(), path_join(), shell_comment(), and shell_join().
def shell_quoting.shell_comment | ( | c | ) |
Definition at line 94 of file shell_quoting.py.
References folly.format(), raw_shell(), and replace().
Referenced by shell_builder.ShellFBCodeBuilder.comment(), docker_builder.DockerFBCodeBuilder.comment(), and shell_quoting.ShellQuoted.format().
def shell_quoting.shell_join | ( | delim, | |
it | |||
) |
Definition at line 82 of file shell_quoting.py.
References raw_shell().
Referenced by fbcode_builder.FBCodeBuilder._make_vars(), shell_builder.ShellFBCodeBuilder._render_impl(), docker_builder.DockerFBCodeBuilder._render_impl(), fbcode_builder.FBCodeBuilder.cmake_configure(), fbcode_builder.FBCodeBuilder.configure(), shell_quoting.ShellQuoted.format(), and fbcode_builder.FBCodeBuilder.install_debian_deps().
def shell_quoting.shell_quote | ( | s | ) |
Definition at line 69 of file shell_quoting.py.
References replace().
Referenced by shell_quoting.ShellQuoted.format(), and path_join().