Searched defs:process (Results 1 – 3 of 3) sorted by relevance
11 def process(streamstype,fileoutput): function
209 process = subprocess.Popen(["git", "branch", "-r"], stdout=subprocess.PIPE) variable
653 def process(self, tu: clx.TranslationUnit) -> None: member in Linter