AndState

class glue.core.subset.AndState(state1, state2=None)[source]

Bases: glue.core.subset.CompositeSubsetState

An ‘and’ logical combination of subset states.

The two states can be accessed using the attributes state1 and state2.

Methods Summary

op()

and_(a, b) – Same as a & b.

Methods Documentation

op()

and_(a, b) – Same as a & b.