Lines Matching defs:print
53 print(err.decode('utf-8', 'backslashreplace'))
145 print('Contents of %r:' % bd)
146 print(' %r' % os.listdir(bd))
253 cmd[2] = 'import sys; print(sys.%s)' % prefix
275 cmd[2] = 'import sysconfig; print(sysconfig.%s)' % call
298 cmd[2] = 'import sysconfig; print(sysconfig.%s)' % call
382 print('Contents of %r:' % bd)
383 print(' %r' % os.listdir(bd))
430 'import sys; print(sys.executable)'])
444 'import sys; print(sys.executable)'])
459 [activate, '&', self.exe, '-c', 'print(0)'],
481 'print(pool.apply_async("Python".lower).get(3)); '
527 'import os; print("__PYVENV_LAUNCHER__" in os.environ)'])
610 cmd = [envpy, '-S', '-c', 'import sys; print(sys.path)']
621 'try:\n import pip\nexcept ImportError:\n print("OK")'])