friends-of-freeswitch / switchio

asyncio powered FreeSWITCH cluster control
http://switchio.rtfd.io
Mozilla Public License 2.0
191 stars 28 forks source link

Event loop cyclomatic complexity evaluation #31

Open goodboy opened 6 years ago

goodboy commented 6 years ago

As per @vodik's comment in #28, it's probably a good idea to evaluated the number of branches in the core event loop _process_event().

He recommended using flake8 --max-complexity <num>.