Package ClusterShell :: Module RangeSet
[hide private]
[frames] | no frames]

Module RangeSet

source code

Cluster range set module.

Instances of RangeSet provide similar operations than the builtin set type, extended to support cluster ranges-like format and stepping support ("0-8/2").

Classes [hide private]
  RangeSetException
Base RangeSet exception class.
  RangeSetParseError
Raised when RangeSet parsing cannot be done properly.
  RangeSetPaddingError
Raised when a fatal padding incoherency occurs
  RangeSet
Mutable set of cluster node indexes featuring a fast range-based API.
  RangeSetND
Build a N-dimensional RangeSet object.
Variables [hide private]
  AUTOSTEP_DISABLED = 1e+100
  __package__ = 'ClusterShell'