Lines Matching refs:Traceback
16 * Traceback where an object was allocated
310 Return a :class:`Traceback` instance, or ``None`` if the :mod:`tracemalloc`
374 traceback by looking at the :attr:`Traceback.total_nframe` attribute.
514 The :class:`Traceback` class is a sequence of :class:`Frame` instances.
635 Traceback where the memory block was allocated, :class:`Traceback`
674 Traceback where the memory blocks were allocated, :class:`Traceback`
704 Traceback where the memory block was allocated, :class:`Traceback`
708 Traceback section in API
711 .. class:: Traceback
723 :attr:`Traceback.total_nframe` attribute. That allows to know if a traceback
726 The :attr:`Trace.traceback` attribute is an instance of :class:`Traceback`
739 The :attr:`Traceback.total_nframe` attribute was added.
755 print("Traceback (most recent call first):")
761 Traceback (most recent call first):