falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

feat: Add type hints to stream module #2166

Closed copalco closed 1 year ago

copalco commented 1 year ago

Summary of Changes

Replace this text with a high-level summary of the changes included in this PR.

Related Issues

Please reference here any issue #'s that are relevant to this PR, or simply enter "N/A" if this PR does not relate to any existing issues.

Pull Request Checklist

This is just a reminder about the most common mistakes. Please make sure that you tick all appropriate boxes. But please read our contribution guide at least once; it will save you a few review cycles!

If an item doesn't apply to your pull request, check it anyway to make it apparent that there's nothing to do.

If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!

PR template inspired by the attrs project.

codecov[bot] commented 1 year ago

Codecov Report

Merging #2166 (e2554f2) into master (0c68df3) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head e2554f2 differs from pull request most recent head 54b427a. Consider uploading reports for the commit 54b427a to get more accurate results

@@            Coverage Diff            @@
##            master     #2166   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           62        62           
  Lines         6830      6833    +3     
  Branches      1098      1098           
=========================================
+ Hits          6830      6833    +3     
Files Changed Coverage Δ
falcon/stream.py 100.00% <100.00%> (ø)