Table Of Contents

Previous topic

PublisherClass

Next topic

_PubModuleInfo

This Page

phoenix_title pubsubconf

Configuration of pubsub API to use either the arg1 or kwargs messaging protocol in API, or to help transition from the former to the latter. This should be used only internally by pubsub.

copyright:Copyright 2006-2009 by Oliver Schoenborn, all rights reserved.
license:BSD, see LICENSE.txt for details.

class_hierarchy Inheritance Diagram

Inheritance diagram for module pubsubconf

Inheritance diagram of pubsubconf


function_summary Functions Summary

pubModuleLoaded This gets called by pub once loaded. Helps avoid circular refs.
setPubsubInfo This gets called by pubsub’s __init__.py so that setupv1 will be
setVersion  

class_summary Classes Summary

_PubModuleInfo Used to keep track of which pub module is loaded, based on version

Functions



pubModuleLoaded()

This gets called by pub once loaded. Helps avoid circular refs.



setPubsubInfo(moduleSearchPath, moduleDict)

This gets called by pubsub’s __init__.py so that setupv1 will be able to add the pub and Publisher instances to pubsub module, and so that setupkwargs and setuparg1 can clean things up if they are imported after setupv1 was used.



setVersion(id)