Methods
|
|
__getattr__
__init__
|
|
__getattr__
|
__getattr__ ( self, name )
Be sneaky and forward attribute lookups to the original table.
This lets us get the names, if the original table is an NCBI
table.
|
|
__init__
|
__init__ (
self,
codon_table,
ambiguous_nucleotide_alphabet,
ambiguous_nucleotide_values,
ambiguous_protein_alphabet,
ambiguous_protein_values,
)
|
|