An open API service indexing awesome lists of open source software.

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

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
```