Home
last modified time | relevance | path

Searched refs:show_code (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/
Ddis.py187 def show_code(co, *, file=None): function
/third_party/python/Lib/test/
Dtest_dis.py885 dis.show_code(x)
888 dis.show_code(x, file=output)
/third_party/python/Doc/library/
Ddis.rst134 .. function:: show_code(x, *, file=None)
/third_party/python/Doc/whatsnew/
D3.2.rst1938 :func:`~dis.code_info` and :func:`~dis.show_code`. Both provide detailed code
1943 >>> dis.show_code(random.choice)
D3.4.rst715 Functions :func:`~dis.show_code`, :func:`~dis.dis`, :func:`~dis.distb`, and
/third_party/python/Misc/
DHISTORY12498 - Issue #9147: Added dis.code_info() which is similar to show_code() but returns