MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / run

Method run

web/pgadmin/misc/bgprocess/process_executor.py:231–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

229 return False
230
231 def run(self):
232 if self.process and self.stream:
233 while True:
234 nextline = self.stream.readline()
235
236 if nextline:
237 self.log(nextline)
238 else:
239 if self.process.poll() is not None:
240 break
241
242 def release(self):
243 if self.logger:

Callers 15

_find_chrome_executableFunction · 0.45
get_chrome_versionFunction · 0.45
mainFunction · 0.45
getMethod · 0.45
get_binary_path_versionsFunction · 0.45
connectMethod · 0.45
_close_asyncMethod · 0.45
executeMethod · 0.45
close_cursorMethod · 0.45
fetchmanyMethod · 0.45
fetchallMethod · 0.45
fetchoneMethod · 0.45

Calls 3

logMethod · 0.95
readlineMethod · 0.80
pollMethod · 0.45

Tested by 2

runTestMethod · 0.36
execute_testFunction · 0.36