Package Bio :: Package MultiProc :: Module Task
[hide private]
[frames] | no frames]

Module Task

source code

Task.py

Functionality for running multiple tasks simultaneously.

Classes: Task Processing that can be forked off in a separate process.

Classes [hide private]
  Task
Contains information for one process.
Functions [hide private]
name
_newname(template="Task-%d") source code
Variables [hide private]
  _counter = 0
  __warningregistry__ = {('Bio.MultiProc is deprecated. If you w...
Variables Details [hide private]

__warningregistry__

Value:
{('Bio.MultiProc is deprecated. If you want to use this code, please l\
et the Biopython developers know by sending an email to biopython-dev@\
biopython.org to avoid permanent removal of Bio.MultiProc.',
  <type 'exceptions.DeprecationWarning'>,
  12): 1}