Package netaddr :: Module core
[hide private]
[frames] | no frames]

Module core

source code

Classes and routines that are common to various netaddr sub modules.

Classes [hide private]
  Subscriber
Abstract class defining interface expected by a Publisher that concrete subclass instances register with to receive updates from.
  PrettyPrinter
Concrete Subscriber that uses the pprint module to format all data from updates received writing them to any file-like object.
  Publisher
A 'push' publisher that maintains a list of Subscriber objects notifying them of state changes when its subclasses encounter events of interest.