python do_make_conf_special() { def make_conf(args....): do_something() if something: make_conf(something) else make_conf(something_else) }