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

Class RasmolSelection

source code

object --+    
         |    
      Data --+
             |
            RasmolSelection

Spyder-generated class

module atom

file /home/sjoerd/Spyder-devel/atom/atom.spy

Description

Data in Rasmol script language syntax

used to specify red and green selections

Wiki

http://www.spyderware.nl/wiki/classes/RasmolSelection

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

    Inherited from Data
 
__init__(self, s)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__len__(self) source code
 
__print__(self, spaces, mode) source code
 
__repr__(self)
repr(x)
source code
 
__str__(self)
str(x)
source code
 
cast(self, target) source code
 
constructor_fromany(self, s) source code
 
convert(self, target)
Data class conversion method Equivalent to a cast, unless Data is Spyder-subclassed
source code
 
data(self)
Returns the underlying data as binary C string
source code
 
dict(self)
Called by the dict function of Spyder classes...
source code
 
length(self) source code
 
repr(self) source code
 
str(self) source code
 
textdata(self)
Returns the underlying data as Python ASCII string: non-text characters are converted to whitespace
source code
 
tofile(self, filename) source code
 
totempfile(self) source code
 
validate(self)
<empty>
source code
Class Methods [hide private]
    Inherited from Data
 
fromfile(c, filename, fastparse=False) source code
Static Methods [hide private]
    Inherited from Data
 
typename() source code
Class Variables [hide private]
    Inherited from Data
  __constructor__ = "constructor_fromany"
Data objects behave as strings or buffers.
Properties [hide private]

Inherited from object: __class__