Package qbuf :: Module twisted_support

Module twisted_support

source code

Twisted support for qbuf.

MODE_RAW, MODE_DELIMITED, and MODE_STATEFUL are module-level constants for changing the buffering mode of MultiBufferer.

Classes
  Int32StringReceiver
This class is an implementation of the abstract IntNStringReceiver class, only provided as a demonstration of MODE_STATEFUL.
  IntNStringReceiver
This class is identical to the IntNStringReceiver provided by Twisted, implemented using MultiBufferer as a demonstration of how MODE_STATEFUL works.
  MultiBufferer
A replacement for a couple of buffering classes provided by twisted.
Variables
  MODE_DELIMITED = 1
  MODE_RAW = 0
  MODE_STATEFUL = 2
  __package__ = 'qbuf'
  __warningregistry__ = {('Not importing directory \'/Users/habn...
Variables Details

__warningregistry__

Value:
{('Not importing directory \'/Users/habnabit/.local/lib/python2.6/site\
-packages/ampoule-0.2.1-py2.6.egg/twisted\': missing __init__.py',
  <type 'exceptions.ImportWarning'>,
  9): True}