| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
AsyncStructureParser
Wraps StructureParser in an asynchronous call. Since a new process is started by Python internally (as opposed to only starting a new thread), this makes the parser slower, but provides a way to set a parse timeout limit.
If initialized with more than one worker, supports parallel parsing
through the self.parse_async method.
| Instance Methods | |||
|
|||
| list |
|
||
| csb.structure.Structure |
|
||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Call
Note:
Don't be tempted to pass a large list of structures to this method.
Every time a |
Call StructureParser.parse_structure() in a separate process and
return the output. Raise TimeoutError if the parser does not respond
within
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 27 22:25:20 2013 | http://epydoc.sourceforge.net |