Pyinspect Versions Save

find functions when you can't remember their name

v0.0.8

3 years ago

Changelog v0.0.8

major

  • tracebcaks for AttributeError show suggestions
  • added Nested Report class
  • what var now prints detailed report
  • List
  • Dict
  • Tuple

minor

  • Report has an add syntax from code
  • Added list dir methods

0.0.7

3 years ago
  • panels and report for sending quick messages or detailed report to user, nicely formatted and with no pain

  • ask for pulling stuff from stuck overflow and rendering in the terminal

  • what for inspecting variables in local frame

  • why to look on stack overflow for solutions to errors

  • a bunch of other small things...

0.0.6

3 years ago

First official release of pyinspect.

It includes:

  • functionality to search for functions in python modules
  • functionality to search for methods in a class
  • functionality to print the source code of a function
  • functionality to produce enhanced tracebacks on errors

Many examples, detailed README etc..