Skip to content

v6.1.0: Merge pull request #270 from willmcgugan/inspect

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 07 Sep 16:16
· 2950 commits to master since this release
c3ee3b0

This release adds a function called inspect which uses rich to display the data / methods / docs for any Python object.

I think this is a fantastic debug aid, and I'm looking forward to using it in other projects.

Screen Shot 2020-09-07 at 17 14 08

[6.1.0] - 2020-09-07

Added

  • New inspect module
  • Added os._Environ to pretty print

Fixed

  • Prevented recursive renderables from getting stuck

Changed

  • force_terminal and force_jupyter can now be used to force the disabled state, or left as None to auto-detect.
  • Panel now expands to fit title if supplied