Eyepea / aiosip

SIP support for AsyncIO (DEPRECATED)
Apache License 2.0
82 stars 40 forks source link

__aiter__ must be a regular function #128

Closed vodik closed 5 years ago

vodik commented 5 years ago

Necessary for aiosip under python 3.7

Sorry for my absence, had a really busy couple of months paired with some nasty hardware failures (my only laptop failed, had to replace it) - and I'm still not back up to 100%.

codecov-io commented 5 years ago

Codecov Report

Merging #128 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #128   +/-   ##
=======================================
  Coverage   71.68%   71.68%           
=======================================
  Files          15       15           
  Lines        1501     1501           
  Branches      257      257           
=======================================
  Hits         1076     1076           
  Misses        317      317           
  Partials      108      108
Impacted Files Coverage Δ
aiosip/dialog.py 76.25% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 887b8e1...935d435. Read the comment docs.