Package yagdoc :: Module inspector :: Class Binding
[show private | hide private]
[frames | no frames]

Type Binding

object --+
         |
        Binding


Representation of the inspected information about one keyboard binding.
Method Summary
  __init__(self, key, actions)
Create a new Binding.
  parse(self, record)
Parse one Bindings section record.
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variable Summary
list of str actions: List of signal invocations.
str key: Key bound by this binding.

Method Details

__init__(self, key='', actions=None)
(Constructor)

Create a new Binding.
Overrides:
__builtin__.object.__init__

parse(self, record)

Parse one Bindings section record.
Parameters:
record - Record to parse (without the type name).
           (type=str)

Instance Variable Details

actions

List of signal invocations. XXX: Probably Needs further parsing.
Type:
list of str

key

Key bound by this binding.
Type:
str

Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 http://epydoc.sf.net