Swarm-NG  1.1
range_type.py File Reference

Support routines for the defining ranges to use with queries. More...

Go to the source code of this file.

Classes

class  swarmng.range_type.Range
 Simple data structure to specify a range and test against it This is different from Python range object since it has methods for testing if a number is in range and also supports infinite ranges. More...
 

Namespaces

 swarmng.range_type
 Classes for defining arbitrary ranges easily in Python.
 

Constant Groups

 swarmng.range_type
 Classes for defining arbitrary ranges easily in Python.
 

Detailed Description

Support routines for the defining ranges to use with queries.

Definition in file range_type.py.