Module Spyder :: Class Material
[hide private]
[frames] | no frames]

Class Material

source code

object --+            
         |            
basestring --+        
             |        
           str --+    
                 |    
            String --+
                     |
                    Material

Parent class: String

This class provides access to object materials See NewMaterial for more details

Instance Methods [hide private]
 
__init__(self, a)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
cast(self, othertype) source code
 
__getattr__(self, method) source code
 
convert(self, target) source code
 
construct(self, value) source code
 
values(self) source code
 
__parse__(self, s) source code

Inherited from str: __add__, __contains__, __eq__, __format__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __hash__, __le__, __len__, __lt__, __mod__, __mul__, __ne__, __repr__, __rmod__, __rmul__, __sizeof__, __str__, capitalize, center, count, decode, encode, endswith, expandtabs, find, format, index, isalnum, isalpha, isdigit, islower, isspace, istitle, isupper, join, ljust, lower, lstrip, partition, replace, rfind, rindex, rjust, rpartition, rsplit, rstrip, split, splitlines, startswith, strip, swapcase, title, translate, upper, zfill

Inherited from str (private): _formatter_field_name_split, _formatter_parser

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__, __subclasshook__

    Inherited from String
a new object with type S, a subtype of T
__new__(self, s) source code
 
__print__(self, spaces, mode)
Called by the pretty-print function of Spyder classes that have String members For internal use only
source code
 
__validate__(self) source code
 
dict(self)
Called by the dict function of Spyder classes...
source code
 
tofile(self, *args, **kargs) source code
 
totempfile(self, *args, **kargs) source code
Class Methods [hide private]
    Inherited from String
 
fromfile(c, *args, **kargs) source code
Static Methods [hide private]
 
typename() source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

typename()
Static Method

source code 
Overrides: String.typename

__init__(self, a)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

convert(self, target)

source code 
Overrides: String.convert