biopython v1.71.0 Bio.ParserSupport.TaggingConsumer

Debugging consumer which tags data with the event and logs it.

This is a Consumer that tags the data stream with the event and prints it to a handle. Useful for debugging.

Link to this section Summary

Functions

Initialize

Link to this section Functions

Initialize.

Arguments:

  • handle to log to, defaults to sys.stdout
  • colwidth for logging to the handle
  • maxwidth for truncation when logging