Lines Matching full:gp
11 import gen_print as gp namespace
31 … # Find format option names in kwargs['fmt'] and wrap them with "gp." and "()" to make them into
32 …# function calls. For example, verbose would be converted to "gp.verbose()". This allows the user
33 # to simply specify "fmt=verbose" (vs. fmt=gp.verbose()).
36 regex = "(" + "|".join(gp.valid_fmts()) + "|terse)"
37 kwargs["fmt"] = re.sub(regex, "gp.\\1()", kwargs["fmt"])
42 buffer += gp.sprint_varx(var_name, var_value, **kwargs)
59 buffer += gp.sprint_dashes()
90 buffer += gp.sprint_dashes()
107 gp.gp_print(buffer)
119 # gp.gp_print(gp.replace_passwords(sprint_vars(*args, **kwargs)), stream='stdout')
138 replace_dict = {"output_stream": "stdout", "mod_qualifier": "gp."}
140 gp_debug_print("gp.robot_env: " + str(gp.robot_env) + "\n")
148 func_defs = gp.create_print_wrapper_funcs(