Home
last modified time | relevance | path

Searched refs:distb (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Ddis.py23 distb()
51 def distb(tb=None): function
/external/python/cpython3/Lib/
Ddis.py44 distb(file=file)
79 def distb(tb=None, *, file=None): function
/external/python/cpython2/Doc/library/
Ddis.rst50 .. function:: distb([tb])
/external/python/cpython3/Doc/library/
Ddis.rst180 .. function:: distb(tb=None, *, file=None)
/external/python/cpython3/Doc/whatsnew/
D3.4.rst715 Functions :func:`~dis.show_code`, :func:`~dis.dis`, :func:`~dis.distb`, and
765 to ``distb(tb)``).