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.
- Host: GitHub
- URL: https://github.com/michdo93/extract-function-signatures
- Owner: Michdo93
- Created: 2024-03-21T16:03:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T16:04:55.000Z (over 2 years ago)
- Last Synced: 2025-03-04T00:45:29.459Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.