Package schrodinger :: Package application :: Package desmond :: Package packages :: Package msys :: Package molfile :: Module _molfile :: Class Writer
[hide private]
[frames] | no frames]

Class Writer

 object --+    
          |    
??.instance --+
              |
             Writer

Structure or trajectory open for writing

Instance Methods [hide private]
 
__init__(...)
Raises an exception This class cannot be instantiated from Python
 
__reduce__(...)
helper for pickle
 
_grid(...)
_grid( (Writer)arg1, (dict)arg2, (object)arg3) -> None
 
close(...)
close( (Writer)arg1) -> None
 
frame(...)
frame( (Writer)arg1, (Frame)arg2) -> Writer
 
grid(writer, grid)
 
sync(...)
sync( (Writer)arg1) -> None
 
truncate(...)
truncate( (Writer)arg1, (float)arg2) -> bool

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  can_sync
  natoms
  path

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Raises an exception This class cannot be instantiated from Python

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

Property Details [hide private]

can_sync

Get Method:
unreachable(...)

natoms

Get Method:
unreachable(...)

path

Get Method:
unreachable(...)