SCons :: Subst :: Literal :: Class Literal
[hide private]
[frames] | no frames]

Class Literal

source code

A wrapper for a string. If you use this object wrapped around a string, then it will be interpreted as literal. When passed to the command interpreter, all special characters will be escaped.
Instance Methods [hide private]
 
__init__(self, lstr) source code
 
__str__(self) source code
 
escape(self, escape_func) source code
 
for_signature(self) source code
 
is_literal(self) source code