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

https://github.com/michdo93/extract-function-signatures

A small helper script to determine function headers with parameters from Python files. I use this, for example, when I work a lot with inheritance, because new files have a relatively similar structure.
https://github.com/michdo93/extract-function-signatures

Last synced: 2 months ago
JSON representation

A small helper script to determine function headers with parameters from Python files. I use this, for example, when I work a lot with inheritance, because new files have a relatively similar structure.

Awesome Lists containing this project

README

          

# extract-function-signatures
A small helper script to determine function headers with parameters from Python files. I use this, for example, when I work a lot with inheritance, because new files have a relatively similar structure.