Table Of Contents

Previous topic

IterState

Next topic

ArgSpecGiven

This Page

phoenix_title topicargspec

Definitions related to listener signature specification.

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 topicargspec

Inheritance diagram of topicargspec


function_summary Functions Summary

topicArgsFromCallable Get the topic arguments and list of those that are required,

class_summary Classes Summary

ArgSpecGiven The listener protocol specification (LPS) given for a topic

Functions



topicArgsFromCallable(_callable)

Get the topic arguments and list of those that are required, by introspecting given listener. Returns a pair, (args, required) where args is a dictionary of allowed arguments, and required states which args are required rather than optional.