Module Index

Module: boduch

This package provides some basic tools to assist with common tasks while developing Python applications.

The event package provides a simple implementation of an event system with a publish-subscribe architecture.

Modules

constant

This package defines constants used in the boduch Python library.

data

This package defines various abstract data structures.

event

The event package. The sub-modules defined in this package are all related to implementing an event-based system.

handle

This package contains basic event handlers.

interface

This package contains the interface modules used in the boduch Python library.

predicate

This package contains various predicate classes that evaluate in if statemenets.

state

Copyright (C) 2008 Adam Boduch

subscription

Copyright (C) 2008 Adam Boduch

test

This package contains test cases and test suites for the boduch Python library.

type

This package contains basic type functionality.

Attributes

PRIORITY_CRITICAL

Value of PRIORITY_CRITICAL

40

PRIORITY_MAJOR

Value of PRIORITY_MAJOR

30

PRIORITY_MINOR

Value of PRIORITY_MINOR

20

PRIORITY_TRIVIAL

Value of PRIORITY_TRIVIAL

10

TYPE_BOOL

Value of TYPE_BOOL

'BOOL'

TYPE_BOOLEAN

Value of TYPE_BOOLEAN

'BOOLEAN'

TYPE_DICT

Value of TYPE_DICT

'DICT'

TYPE_DICTIONARY

Value of TYPE_DICTIONARY

'DICTIONARY'

TYPE_FLOAT

Value of TYPE_FLOAT

'FLOAT'

TYPE_INT

Value of TYPE_INT

'INT'

TYPE_INTEGER

Value of TYPE_INTEGER

'INTEGER'

TYPE_LIST

Value of TYPE_LIST

'LIST'

TYPE_LONG

Value of TYPE_LONG

'LONG'

TYPE_STR

Value of TYPE_STR

'STR'

TYPE_STRING

Value of TYPE_STRING

'STRING'

TYPE_TUPLE

Value of TYPE_TUPLE

'TUPLE'

TYPE_UNICODE

Value of TYPE_UNICODE

'UNICODE'