Skip to content

Added typing #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
b4e7caf
Pause to add TODOs with BBEdit. May go horribly wrong.
Oct 26, 2022
a0f8f52
First pass at typing.
Oct 26, 2022
03d56af
Second pass at typing, all modules done. Some corrections made.
Oct 26, 2022
db4b347
Third pass at typing, all modules done. Most corrections made.
Oct 27, 2022
7e068e1
Fourth pass at typing, all modules done. All corrections made. Remain…
Oct 27, 2022
02097ce
Updated doc-strings.
Oct 29, 2022
18d11c1
Changed Optional to Union for returned types.
Oct 29, 2022
199a862
Finished with typing. Need to check docs and remove TODOs
Oct 29, 2022
b021a84
Fixed a typing error in socket.accept().
Oct 29, 2022
03d9576
Changed range(4) back to range(0, 4)
Oct 29, 2022
6f7672f
Enabled pylint cyclic-import checking
Oct 31, 2022
8f0c1db
Removed TODO notes
Oct 31, 2022
fb19126
Removed WIZNET5K type
Oct 31, 2022
cd34d4d
Standardised on Optional. Added __future__ as required. All modules i…
Oct 31, 2022
06d7f47
Removed TODOs and tidied up.
Oct 31, 2022
42ea3fb
Edited doc-strings to compile in Sphinx. Added missing :return: in so…
Oct 31, 2022
5a4cee3
Final edit.
Oct 31, 2022
d26b9e6
Added timeout parameter to docstring of socket_write() function.
Oct 31, 2022
b2d5882
Standardised all modules on __future__.annotations and typing.TYPE_CH…
Nov 1, 2022
2470be9
Merge branch 'main' into add_typing
tekktrik Nov 10, 2022
b632fdd
Made changes to types requested in review. Additionally removed all '…
Dec 6, 2022
d9478fe
Merge remote-tracking branch 'origin/add_typing' into add_typing
Dec 6, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading