Searched defs:python_cmd (Results 1 – 4 of 4) sorted by relevance
43 bool GetPython3Command(base::CommandLine* python_cmd) { in GetPython3Command()
43 std::string python_cmd = base::StringPrintf("print('%s');", input.c_str()); in TEST() local
50 def python_cmd(): function
450 def python_cmd(self) -> pathlib.Path: member in BuildProfile