Skip to content

v0.1.3_b1

Latest
Compare
Choose a tag to compare
@jsolbrig jsolbrig released this 07 Nov 08:52
· 3 commits to master since this release

Large rework of code to use inspect.signature rather than inspect.getargspec. This is largely untested on Python 2, but works well on Python 3. There may be some issues with argument order on Python 2, but more testing is needed to be sure.

Major Changes:

  • Based on inspect.signature rather than inspect.getargspec
  • Second internal class added to allow handling of documentation that cannot be obtained via introspection
    • An example of this is indicating which errors may be raised and under which conditions