dis.code_info(x)
Return a formatted multi-line string with detailed code object information for the supplied function, generator, method, source code string or code object.
Note that the exact contents of code info strings are highly implementation dependent and they may change arbitrarily across Python VMs or Python releases.
New in version 3.2.
Please login to continue.