Skip to content

Relased version 0.0.6

Compare
Choose a tag to compare
@FedeClaudi FedeClaudi released this 04 Oct 15:06
· 69 commits to master since this release

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..