Package SCons :: Package compat :: Module _scons_UserString
[hide private]
[frames] | no frames]

Module _scons_UserString

source code

A user-defined wrapper around string objects

This class is "borrowed" from the Python 2.2 UserString and modified slightly for use with SCons. It is NOT guaranteed to be fully compliant with the standard UserString class from all later versions of Python. In particular, it does not necessarily contain all of the methods found in later versions.

Classes [hide private]
  UserString
Functions [hide private]
 
is_String(obj) source code
Variables [hide private]
  __revision__ = 'src/engine/SCons/compat/_scons_UserString.py 5...
  __doc__ = ...
  __package__ = 'SCons.compat'
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/compat/_scons_UserString.py 5110 2010/07/25 16:14:38\
 bdeegan'

__doc__

Value:
"""
A user-defined wrapper around string objects

This class is "borrowed" from the Python 2.2 UserString and modified
slightly for use with SCons.  It is *NOT* guaranteed to be fully compl\
iant
with the standard UserString class from all later versions of Python.
In particular, it does not necessarily contain all of the methods foun\
...