Package Bio :: Package Alphabet :: Class AlphabetEncoder
[hide private]
[frames] | no frames]

Class AlphabetEncoder

source code

Known Subclasses:

Instance Methods [hide private]
 
__init__(self, alphabet, new_letters) source code
 
__getattr__(self, key) source code
 
__repr__(self) source code
 
contains(self, other)
Does this alphabet 'contain' the other (OBSOLETE?).
source code
Method Details [hide private]

contains(self, other)

source code 

Does this alphabet 'contain' the other (OBSOLETE?).

This is isn't implemented for the base AlphabetEncoder, which will always return 0 (False).