Package SCons :: Package Platform :: Module posix
[hide private]
[frames] | no frames]

Module posix

source code

SCons.Platform.posix

Platform-specific initialization for POSIX (Linux, UNIX, etc.) systems.

There normally shouldn't be any need to import this module directly. It will usually be imported through the generic SCons.Platform.Platform() selection method.

Functions [hide private]
 
escape(arg)
escape shell special characters
source code
 
exec_subprocess(l, env) source code
 
subprocess_spawn(sh, escape, cmd, args, env) source code
 
exec_popen3(l, env, stdout, stderr) source code
 
piped_env_spawn(sh, escape, cmd, args, env, stdout, stderr) source code
 
generate(env) source code
Variables [hide private]
  __revision__ = 'src/engine/SCons/Platform/posix.py 3a41ed6b288...
  exitvalmap = {2: 127, 13: 126}
  __package__ = 'SCons.Platform'
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Platform/posix.py 3a41ed6b288cee8d085373ad7fa02894e1\
903864 2019-01-23 17:30:35 bdeegan'