Maintenance free Signals implementation

Maintenance-free Signals implementation 1.2

Maintenance-free Signals implementation 1.2 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 729
  • Released: Jun 7, 2007

Maintenance-free Signals implementation 1.2 Description

This is a signals implementation for python. It is similar to the pydispatch module.

This implementation enables you to create Signals as members of classes, as globals, or as locals. You may connect any number of functions or class methods to any signal.

Connections manage themselves with the weakref module. Signals may also have arguments as long as all connected functions are callable with the same arguments

Maintenance-free Signals implementation 1.2 Keywords

Maintenance free Signals implementation Bookmark

Hyperlink code:
Hyperlink for Forum code:

Maintenance-free Signals implementation 1.2 Script Download Notice

Top 4 Download periodically updates information of Maintenance-free Signals implementation 1.2 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Maintenance-free Signals implementation 1.2 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Separating Pattern Implementation from Your Code

This script separates pattern implementation from your code so that you can reuse the implementation elsewhere. It is an example that shows a reusable implementation of the Observer pattern. ...
Python

Windows free drive space report

Windows free drive space report script reads a file containing ... names, and prints a report of the current free space on the volumes. ...
Python

Length limited O 1 LRU Cache implementation

Length-limited O(1) LRU Cache implementation script is an implementation of a length-limited O(1ion scripue. ...
Python

Python Octree Implementation

This script is a simple implementation of an octree data structure in python. Its ... a test function which relies on the random module, but the octree itself has no required dependencies. It will try to use the psyco module to speed up its execution, but that is ... essential. < speed up Requirements: · psyco module ...
Python

Missed SIGINT in multithreaded programs

... gets the signal is waiting or sleeping. This module provides a workaround by forking a child process ... the program while the parent process waits for signals and kills the child process. This class solves two problems with multithreaded programs in Python, (1) a signal might be delivered to any thread ...
Python