Bio-EUtilities
view release on metacpan or search on metacpan
lib/Bio/Tools/EUtilities/EUtilDataI.pm view on Meta::CPAN
return $self->{'_type'};
}
sub rewind {
shift->warn("Object may not need an iterator. Please check the documentation.");
}
sub _add_data {
shift->throw_not_implemented;
}
sub to_string {
shift->throw_not_implemented;
}
sub _text_wrap {
shift;
return wrap(@_);
}
1;
( run in 1.151 second using v1.01-cache-2.11-cpan-0a987023a57 )