https://github.com/virresh/pycirculardependency
Sample code to exhibit circular dependency
https://github.com/virresh/pycirculardependency
Last synced: about 2 months ago
JSON representation
Sample code to exhibit circular dependency
- Host: GitHub
- URL: https://github.com/virresh/pycirculardependency
- Owner: virresh
- Created: 2018-06-23T09:52:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T10:19:23.000Z (almost 8 years ago)
- Last Synced: 2025-12-30T09:58:26.661Z (5 months ago)
- Language: Python
- Homepage: https://virresh.wordpress.com/2018/06/20/circular-dependencies-in-python/
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Circular Dependency demo in Python
Blog post explaining stuff: [link](https://virresh.wordpress.com/2018/06/20/circular-dependencies-in-python/)
To go to the incorrect version, use:
```
git checkout HEAD~1
```
To go back to current version use:
```
git checkout master
```
To test the files, use:
```
python FruitChaat.py
```