IPv4 address set type

IPv4 address set type 1.4

IPv4 address set type 1.4 Download Summary

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

IPv4 address set type 1.4 Description

IPv4 address set type script initializes an ip4range class.

The constructor accepts an unlimited number of arguments that may either be tuples in the form (start,stop), integers, longs or strings, where start and stop in a tuple may also be of the form integer, long or string.

Passing an integer or long means passing an IPv4-address that's already been converted to integer notation, whereas passing a string specifies an address where this conversion still has to be done.

IPv4 address set type 1.4 Keywords

IPv4 address set type Bookmark

Hyperlink code:
Hyperlink for Forum code:

IPv4 address set type 1.4 Script Download Notice

Top 4 Download periodically updates information of IPv4 address set type 1.4 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. IPv4 address set type 1.4 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!

First Class Enums in Python

... attempt to solve the issue with a single class. However, fact is that enum has a dual nature: It declares a new anonimous type *and* all possible instances (values) of that type at the same time. In other words, there is a distinction between an enum type and its associated values. ...
Python

Type checked argument lists with decorators

... of python 2.4 to systematically check the argument types for type-sensitive functions. ...
Python

ASTVisitor generator

... compiler.ast and generate code for a skeletal ASTVisitor class that includes stubs for all of the various ... comments in each function that list that node type's attributes. ...
Python

A meta class that provides behavior like Ruby

This script brings a Ruby-like class behavior. When a class is declared, it extends the old class if the class name exists already. ...
Python

Yet another Set class for Python

This script is a pure Pythonic implementation of a set class. The syntax and methods implemented are, for the most part, borrowed from PEP 218. ...
Python