OpenVPN
|
Functions | |
def | get_details (args) |
def | get_patch (details, args) |
def | apply_patch_mods (patch_text, details, args) |
def | main () |
def gerrit-send-mail.apply_patch_mods | ( | patch_text, | |
details, | |||
args | |||
) |
Definition at line 89 of file gerrit-send-mail.py.
Referenced by main().
def gerrit-send-mail.get_details | ( | args | ) |
Definition at line 33 of file gerrit-send-mail.py.
Referenced by main().
def gerrit-send-mail.get_patch | ( | details, | |
args | |||
) |
Definition at line 80 of file gerrit-send-mail.py.
Referenced by main().
def gerrit-send-mail.main | ( | ) |
Definition at line 131 of file gerrit-send-mail.py.
References apply_patch_mods(), get_details(), and get_patch().