An open API service indexing awesome lists of open source software.

https://github.com/sckott/howmanyparams


https://github.com/sckott/howmanyparams

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

how many parameters?
====================

Data for a blog post. See the blog post for details.

[params_per_fxn.csv](params_per_fxn.csv)

columns:

- pkg: package name
- name: function name (with package name pre-prended), e.g., `foo::bar`
- value: number of parameters in the function

number of rows: 82,489