File: __init__.py

package info (click to toggle)
python-returns 0.26.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,652 kB
  • sloc: python: 11,000; makefile: 18
file content (14 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
This package contains code that was "generated" via metaprogramming.

This happens, because Python is not flexible enough to do most tasks
common in typed functional programming.

Policy:

1. We store implementations in regular ``.py`` files.
2. We store generated type annotations in ``.pyi`` files.
3. We re-export these functions into regular modules as public values.

Please, do not touch this code unless you know what you are doing.
"""