https://github.com/mrichman/flask-circular-deps
This application has deliberate circular dependencies, which produce an ImportError at runtime.
https://github.com/mrichman/flask-circular-deps
circular-dependencies flask python python3 python37
Last synced: about 1 month ago
JSON representation
This application has deliberate circular dependencies, which produce an ImportError at runtime.
- Host: GitHub
- URL: https://github.com/mrichman/flask-circular-deps
- Owner: mrichman
- Created: 2019-11-04T14:45:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T02:10:18.000Z (about 5 years ago)
- Last Synced: 2025-02-02T00:27:35.929Z (over 1 year ago)
- Topics: circular-dependencies, flask, python, python3, python37
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask-circular-deps
This application has deliberate circular dependencies between model classes `ClassA` and `ClassB`.
Running this application will produce `ImportError: cannot import name 'ClassA' from 'myapp.models.classa'`.