fabmetheus_utilities.geometry.geometry_utilities.evaluate_enumerables.string_attribute ($Date: 2008/02/05 $)
index
/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/geometry/geometry_utilities/evaluate_enumerables/string_attribute.py

String object attributes.

 
Modules
       
__init__
fabmetheus_utilities.euclidean

 
Classes
       
StringAttribute

 
class StringAttribute
    Class to handle a string.
 
  Methods defined here:
__init__(self, stringObject)
Initialize.
__repr__(self)
Get the string representation of this StringAttribute.
add(self, nextString)
Get the add string, same as append.
append(self, nextString)
Get the append string.
copy(self)
Get the copy.
delete(self, arguments)
Get the delete string.
get(self, itemIndex)
Get value by characterIndex
getExpansion(self, items)
Get the concatenated copies.
getIsIn(self, value)
Determine if the value is in.
getIsNotIn(self, value)
Determine if the value is in.
getLength(self)
Get the length.
getMax(self)
Get the max.
getMin(self)
Get the min.
insert(self, insertIndex, value)
Get the insert string.
keys(self)
Get the keys.
length(self)
Get the length.
remove(self, value)
Get the remove string.
reverse(self)
Get the reverse string.
set(self, itemIndex, value)
Set value.
values(self)
Get the values.

 
Data
        __author__ = 'Enrique Perez (perez_enrique@yahoo.com)'
__credits__ = 'Art of Illusion <http://www.artofillusion.org/>'
__date__ = '$Date: 2008/02/05 $'
__license__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)
globalAccessibleAttributeDictionary = ['add', 'append', 'copy', 'delete', 'get', 'getExpansion', 'getIsIn', 'getIsNotIn', 'getLength', 'getMax', 'getMin', 'insert', 'keys', 'length', 'remove', 'reverse', 'set', 'values']
globalGetAccessibleAttributeSet = set(['add', 'append', 'copy', 'delete', 'get', 'getExpansion', ...])
globalNativeFunctionSet = set(['capitalize', 'center', 'count', 'decode', 'encode', 'endswith', ...])
globalNativeFunctions = ['capitalize', 'center', 'count', 'decode', 'encode', 'endswith', 'expandtabs', 'find', 'format', 'index', 'isalnum', 'join', 'isalpha', 'isdigit', 'islower', 'isspace', 'istitle', 'isupper', 'ljust', 'lower', ...]

 
Author
        Enrique Perez (perez_enrique@yahoo.com)

 
Credits
        Art of Illusion <http://www.artofillusion.org/>