wholecell.utils
- class wholecell.utils.ForkedPdb(completekey=None, stdin=None, stdout=None, context=5, **kwargs)[source]
Bases:
PdbUsage:
from wholecell.utils import ForkedPdb ForkedPdb().set_trace() ========== Don’t forget to actually instantiate an instance of ForkedPdb when calling set_trace()
Note: Python 3 has a global function breakpoint().
Create a new IPython debugger.
- param completekey:
Passed to pdb.Pdb.
- type completekey:
default None
- param stdin:
Passed to pdb.Pdb.
- type stdin:
default None
- param stdout:
Passed to pdb.Pdb.
- type stdout:
default None
- param context:
Number of lines of source code context to show when displaying stacktrace information.
- type context:
int
- param **kwargs:
Passed to pdb.Pdb.
Notes
The possibilities are python version dependent, see the python docs for more info.
wholecell.utils.build_odewholecell.utils.constantswholecell.utils.datawholecell.utils.dependency_graphwholecell.utils.fast_nonnegative_least_squareswholecell.utils.filepathwholecell.utils.fittingwholecell.utils.forkedPdbwholecell.utils.make_mediawholecell.utils.mc_complexationwholecell.utils.memory_debugwholecell.utils.modular_fbawholecell.utils.parallelizationwholecell.utils.plotting_toolswholecell.utils.polymerizewholecell.utils.profilerwholecell.utils.protein_countswholecell.utils.randomwholecell.utils.sparklinewholecell.utils.spatial_toolwholecell.utils.test_parallelizationwholecell.utils.toyawholecell.utils.unit_struct_arraywholecell.utils.unitswholecell.utils.voronoi_plot_main