File: README.source

package info (click to toggle)
python-backcall 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: python: 717; makefile: 145; sh: 8
file content (8 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
backcall/_signatures.py
-----------------------

This file contains a backport of function signatures from the `inspect` module in python. The backport was prepared by Aaron Iles [1] and licensed Apache-2, based on code from cpython, licensed under the Python Software Foundation license.

However, this code is only included for compatibility with python < 3.3, and since the package targets python3 only it will not be used, but is included to avoid the need to unnecessarily modify the upstream source.

[1]: https://github.com/aliles/funcsigs/tree/0.3