Memento Closure 1.2

Memento Closure 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: 300
  • Released: Jun 7, 2007

Memento Closure 1.2 Description

The memento pattern is great for transaction-like processing. This script adds transactional semantics to methods. Methods decorated with @transactional will rollback to entry state upon exceptions.


Memento Closure Bookmark

Hyperlink code:
Hyperlink for Forum code:

Memento Closure 1.2 Script Download Notice

Top 4 Download periodically updates information of Memento Closure 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. Memento Closure 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!

Memento design pattern in python

Memento design pattern in python script allows you to cache instances based on what arguments are passed to them. ...
Python

List Generator Monad Combinators

... a list in order to preserve a lazy semantics. ...
Python

Finite State Machine FSM

This script shows a Finite State Machine (FSM) that can be used for small parsing tasks. The code is quite simple. The bulk of it is comments. In addition to state this FSM also maintains a user defined "something". This "something" is effectively memory, so this FSM could be considered a ...
Python

Real class methods in Python

This script demonstrates 'real' class methods, like they are known from Smalltalk. Class methods implicitely receive the actual class as the first ... subclasses, and may as well be overridden. Class methods may return anything, although they are particularly useful as constructing, althbr ...
Python

Static or Class Methods

This script implements class methods that do not require an object instance. ...
Python