Searched defs:run_with_capture (Results 1 – 3 of 3) sorted by relevance
23 fn run_with_capture<F: FnOnce()>(action: F) -> String { in run_with_capture() function
47 fn run_with_capture<F: FnOnce()>(action: F) -> String { in run_with_capture() function
84 def run_with_capture(self, func, *args, **kwargs): member in BaseTest