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

Class Plugin

 object --+    
          |    
??.instance --+
              |
             Plugin

Interface to readers and writers

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None
 
__reduce__(...)
helper for pickle
 
__repr__(...)
__repr__( (Plugin)arg1) -> object
 
read(...)
read( (Plugin)arg1, (str)path [, (bool)double_precision=False [, (bool)with_gids=False]]) -> Reader :...
 
write(...)
write( (Plugin)arg1, (str)path [, (object)atoms=None [, (object)natoms=None]]) -> Writer :...

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 296
Properties [hide private]
  can_read
  can_write
  filename_extensions
  name
  prettyname
  version

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__repr__(...)
(Representation operator)

 

__repr__( (Plugin)arg1) -> object

Overrides: object.__repr__

read(...)

 

read( (Plugin)arg1, (str)path [, (bool)double_precision=False [, (bool)with_gids=False]]) -> Reader :
    Open a file for reading

write(...)

 

write( (Plugin)arg1, (str)path [, (object)atoms=None [, (object)natoms=None]]) -> Writer :
    write(path,atoms=None,natoms=None)


Property Details [hide private]

can_read

Get Method:
unreachable(...)

can_write

Get Method:
unreachable(...)

filename_extensions

Get Method:
unreachable(...)

name

Get Method:
unreachable(...)

prettyname

Get Method:
unreachable(...)

version

Get Method:
unreachable(...)