Package Bio :: Package EUtils :: Module Datatypes :: Class Not
[hide private]
[frames] | no frames]

Class Not

source code

Expression --+    
             |    
      BinaryOp --+
                 |
                Not

the set of the left child without elements from the right child

This is used for something like "poliovirus NOT polio"

Instance Methods [hide private]
 
__str__(self) source code

Inherited from BinaryOp: __init__, __iter__

Inherited from Expression: __and__, __or__