gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] GNUmed 0.9 call for testing


From: Sebastian Hilbert
Subject: Re: [Gnumed-devel] GNUmed 0.9 call for testing
Date: Thu, 10 Feb 2011 19:49:51 +0100
User-agent: KMail/1.13.5 (Linux/2.6.34.7-0.3-default; KDE/4.6.0; i686; ; )

On Tuesday 08 February 2011 09:42:34 Karsten Hilbert wrote:
> On Tue, Feb 08, 2011 at 08:55:56AM +0100, Hilbert, Sebastian wrote:
> > Python 2.6.5 (r265:79063, Jun 25 2010, 22:13:45)
> > [GCC 4.5.0 20100604 [gcc-4_5-branch revision 160292]] on linux2
> > Type "help", "copyright", "credits" or "license" for more information.
> > 
> > >>> import wx.lib.pubsub as p
> > >>> help(p)
> > 
> > it shows the help screen
> 
> Why, of course.
> 
> I wanted the *output* of said help screen :-)))
> 
Help on package wx.lib.pubsub in wx.lib:

NAME
    wx.lib.pubsub - Publish-subscribe package.

FILE
    /usr/lib/python2.6/site-packages/wx-2.8-gtk2-
unicode/wx/lib/pubsub/__init__.py

DESCRIPTION
    This package provides the following modules:
    
    - pub: "entry point" module for core pubsub functionality. It provides 
      functions for sending messages and subscribing listeners and various
      others.
    - utils: subpackage of utility functions and classes for debugging
      messages, handling exceptions raised in listeners, and more.
    - setupv1: (deprecated) module to force pubsub to use the old,
      "version 1" (aka v1) API (should only be useful to wxPython users
      for legacy code).
    - setuparg1: module to setup pubsub to use "arg1" messaging protocol
    - setupkwargs: module to setup pubsub to use "kwargs" messaging protocol
    
    For instance::
    
        from pubsub import pub
        pub.sendMessage('topic', data1=123)
    
    :copyright: Copyright 2006-2009 by Oliver Schoenborn, all rights reserved.
    :license: BSD, see LICENSE.txt for details.
    
    Last known commit:
    - $Date: 2010-02-13 08:57:21 -0500 (Sat, 13 Feb 2010) $
    - $Revision: 249 $

PACKAGE CONTENTS
    autosetuppubsubv1
    core (package)
    pub
    pubsubconf
    setuparg1
    setupkwargs
    setupv1
    setupv2
    utils

FUNCTIONS
    printImported()
        Output a list of pubsub modules imported so far

DATA
    __all__ = ['pub', 'utils', 'printImported', 'setupkwargs', 'setuparg1'...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]