Scope qualifier for globals

Scope qualifier for globals 1.0

Scope qualifier for globals 1.0 Download Summary

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

Scope qualifier for globals 1.0 Description

Scope qualifier for globals script contains the globaliser class that provides a scope qualifier s the glols.

Scope qualifier for globals Bookmark

Hyperlink code:
Hyperlink for Forum code:

Scope qualifier for globals 1.0 Script Download Notice

Top 4 Download periodically updates information of Scope qualifier for globals 1.0 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. Scope qualifier for globals 1.0 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!

Maintenance free Signals implementation

This is a signals implementation for python. It is similar to the pydispatch module. ... 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 ...
Python

Seed7

... special syntax). · Predefined constructs like arrays or for-loops are declared in the language itself. · Object ... type checking and no automatic casts. · Support for bigInteger and bigRational numbers which have unlimited size. ... possibly raise RANGE_ERROR or FILE_ERROR. · The const qualifier was added in many *.c and *.h files ...

Simple multiline interactive interpreter

... to the user. Allways runs in the current scope and can even be started from the pdb ... mode.It was tested with python, jython and stackless. Handy for simple debugging purposes. ...
Python

Lazy attributes

Lazy attributes script shows how to create attributes with 'computed at first use' values. ...
Python

A simple date class

... used by anyone who wants a date object for a program. The code was written as a help for someone trying to do the same thing in C . ...
Python