Package foolscap :: Module tokens
[hide private]
[frames] | no frames]

Module tokens

source code

Classes [hide private]
  InvalidRemoteInterface
  UnknownSchemaType
  Violation
This exception is raised in response to a schema violation.
  BananaError
This exception is raised in response to a fundamental protocol violation.
  NegotiationError
  RemoteNegotiationError
The other end hung up on us because they had a NegotiationError on their side.
  PBError
  BananaFailure
This is a marker subclass of Failure, to let Unslicer.receiveChild distinguish between an unserialized Failure instance and a a failure in a child Unslicer
  WrongTubIdError
getReference(furlFile=) used a FURL with a different TubID
  WrongNameError
getReference(furlFule=) used a FURL with a different name
  NoLocationError
Tub.setLocation() must be called first
  ISlicer
I know how to slice objects into tokens.
  IRootSlicer
  IUnslicer
Variables [hide private]
  LIST = '\x80'
  INT = '\x81'
  STRING = '\x82'
  NEG = '\x83'
  FLOAT = '\x84'
  LONGINT = '\x85'
  LONGNEG = '\x86'
  VOCAB = '\x87'
  OPEN = '\x88'
  CLOSE = '\x89'
  ABORT = '\x8a'
  ERROR = '\x8d'
  PING = '\x8e'
  PONG = '\x8f'
  tokenNames = {'\x80': 'LIST', '\x81': 'INT', '\x82': 'STRING',...
  SIZE_LIMIT = 1000
Variables Details [hide private]

tokenNames

Value:
{'\x80': 'LIST',
 '\x81': 'INT',
 '\x82': 'STRING',
 '\x83': 'NEG',
 '\x84': 'FLOAT',
 '\x85': 'LONGINT',
 '\x86': 'LONGNEG',
 '\x87': 'VOCAB',
...