dgilland / pydash

The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.
http://pydash.readthedocs.io
MIT License
1.32k stars 93 forks source link

Include vararg only functions in chaining type stub #203

Closed DeviousStoat closed 1 year ago

DeviousStoat commented 1 year ago

The functions with vararg only argument were not included in the type stub by the generator script. This fixes it.

coveralls commented 1 year ago

Coverage Status

coverage: 100.0%. remained the same when pulling 1f5e1c40c4c67cccba15458ffeb72183805c3d27 on DeviousStoat:fix-vararg-funcs-chain into e77d6e9723da422f2e71415c6e67e3a073f4f3cb on dgilland:develop.