pyimport
pydef
algorithms.heapsort
algorithms.insertionsort
algorithms.pdqsort
algorithms.qsort
algorithms.strings
algorithms.timsort
bio.align
bio.bam
bio.bed
bio.block
bio.builtin
bio.bwa
bio.bwt
bio.c_htslib
bio.fai
bio.fasta
bio.fastq
bio.fmindex
bio.intervals
bio.iter
bio.locus
bio.pseq
bio.seq
bio.vcf
bisect
collections
core.aliases
core.box
core.builtin
core.c_stubs
core.collections.dict
core.collections.khash
core.collections.list
core.collections.set
core.dlopen
core.err
core.file
core.float
core.gc
core.int
core.optional
core.python
core.range
core.slice
core.sort
core.str
getopt
gzip
heapq
itertools
math
os.path
pickle
python
random
sortedlist
statistics
string
sys
threading
time
Source code: time.seq
time.
TimeInterval
Utility class for timing Seq code
Magic methods:
__enter__() __exit__()
__enter__
__exit__
timing
Example usage:
from time import timing with timing('foo function'): foo() # prints runtime of foo