https://github.com/xnuinside/pyclbr_with_async
Python pyclbr with support of Async functions in Classes and in global scope
https://github.com/xnuinside/pyclbr_with_async
Last synced: about 1 year ago
JSON representation
Python pyclbr with support of Async functions in Classes and in global scope
- Host: GitHub
- URL: https://github.com/xnuinside/pyclbr_with_async
- Owner: xnuinside
- Created: 2019-09-07T13:51:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T14:12:02.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T22:17:36.417Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Readme in comments in file example/example_how_to_use.py
To run example:
1. Python3.7 && add pyclbr_with_async.py to your python path
2. cd ./pyclbr_with_async
3. python example/example_how_to_use.py
4. as result output you will see in console:
class TestSomeClass:
def test_with_some_sync_method(self):
pass
async def test_and_with_some_sync_method(self):
pass
def test_and_some_sync_methods_without_class(self):
pass
async def test_and_some_async_methods_without_class(self):
pass
TODO:
1. Readme.MD