Add docstring for Spek?

Issue #7 resolved
Former user created an issue

Hey! Love the package. Use it lots.

I'd request a docstring for the spekpy.Spek() function if someone has got the time. I end up using function hints from the docstring and would love to know a bit more about the available parameters from the docstring.

Thanks!

Comments (1)

  1. Gavin Poludniowski

    A docstring has now been added for the init method of the Spek class. Access this by e.g.

    import spekpy as sp
    help(sp.Spek.__init__)
    

    Thank you!

  2. Log in to comment