FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Use a custom Enum class for improved speed by Gobot1234 · Pull Request #117 · danielgtaylor/python-betterproto · GitHub
danielgtaylor
/
python-betterproto
Public
Notifications
You must be signed in to change notification settings
Fork
234
Star
1.8k
Code
Issues
155
Pull requests
24
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Use a custom Enum class for improved speed
- #117
#117
Closed
Gobot1234
wants to merge 34 commits into
danielgtaylor:master
danielgtaylor/python-betterproto:master
from
Gobot1234:enums
Gobot1234/python-betterproto:enums
Copy head branch name to clipboard
Conversation
Commits
34
(34)
Checks
Files changed
Closed
Use a custom Enum class for improved speed
#117
Gobot1234
wants to merge 34 commits into
danielgtaylor:master
danielgtaylor/python-betterproto:master
from
Gobot1234:enums
Gobot1234/python-betterproto:enums
Copy head branch name to clipboard
Commits
Commits on Jul 12, 2020
Convert inited values to corresponding Enum members
Gobot1234
committed
daae380
View commit details
Copy full SHA for daae380
Browse repository at this point
Revert enum-value changes
Gobot1234
committed
6ad7f62
View commit details
Copy full SHA for 6ad7f62
Browse repository at this point
Enum speedups and bug fixes
Gobot1234
committed
d72189b
View commit details
Copy full SHA for d72189b
Browse repository at this point
Casing hasn't been initialized yet
Gobot1234
committed
5fdc6e9
View commit details
Copy full SHA for 5fdc6e9
Browse repository at this point
Rename enums.py -> enum.py
Gobot1234
committed
5fc5f2e
View commit details
Copy full SHA for 5fc5f2e
Browse repository at this point
Use Enum.__getitem__ instead of from_string
Gobot1234
committed
b6d9b35
View commit details
Copy full SHA for b6d9b35
Browse repository at this point
Type hinting things
Gobot1234
committed
1a8988f
View commit details
Copy full SHA for 1a8988f
Browse repository at this point
Blacken
Gobot1234
committed
533ab26
View commit details
Copy full SHA for 533ab26
Browse repository at this point
Improve Enum coverage to be more inline with stdlib
Gobot1234
committed
d9ac28f
View commit details
Copy full SHA for d9ac28f
Browse repository at this point
Remove doc string
Gobot1234
committed
d091156
View commit details
Copy full SHA for d091156
Browse repository at this point
Fix Casing and rebase
Gobot1234
committed
a1833a6
View commit details
Copy full SHA for a1833a6
Browse repository at this point
Fix recursion errors
Gobot1234
committed
ce4e854
View commit details
Copy full SHA for ce4e854
Browse repository at this point
Return the EnumMember if it is used for __call__
Gobot1234
committed
09d7bff
View commit details
Copy full SHA for 09d7bff
Browse repository at this point
Remove unnecessary function
Gobot1234
committed
83e47b1
View commit details
Copy full SHA for 83e47b1
Browse repository at this point
Delete enums.py
Gobot1234
committed
907c91b
View commit details
Copy full SHA for 907c91b
Browse repository at this point
Remove debugging Enum
Gobot1234
committed
cfbd632
View commit details
Copy full SHA for cfbd632
Browse repository at this point
Add test_enum.py
Gobot1234
committed
26b0d71
View commit details
Copy full SHA for 26b0d71
Browse repository at this point
Blacken test
Gobot1234
committed
e4205bb
View commit details
Copy full SHA for e4205bb
Browse repository at this point
Fix name space error
Gobot1234
committed
4ee7641
View commit details
Copy full SHA for 4ee7641
Browse repository at this point
Fix failed tests
Gobot1234
committed
966ac29
View commit details
Copy full SHA for 966ac29
Browse repository at this point
Blacken code
Gobot1234
committed
0f631d7
View commit details
Copy full SHA for 0f631d7
Browse repository at this point
Fix more tests
Gobot1234
committed
9eb4a80
View commit details
Copy full SHA for 9eb4a80
Browse repository at this point
Fix more tests
Gobot1234
committed
dab320d
View commit details
Copy full SHA for dab320d
Browse repository at this point
Fix more tests
Gobot1234
committed
8c0d08c
View commit details
Copy full SHA for 8c0d08c
Browse repository at this point
Final fix?
Gobot1234
committed
16977c8
View commit details
Copy full SHA for 16977c8
Browse repository at this point
Final final fix
Gobot1234
committed
bafd884
View commit details
Copy full SHA for bafd884
Browse repository at this point
Improve __eq__ check
Gobot1234
committed
f9b9f7a
View commit details
Copy full SHA for f9b9f7a
Browse repository at this point
Final __eq__ check fix
Gobot1234
committed
0f0325f
View commit details
Copy full SHA for 0f0325f
Browse repository at this point
Checks are done?
Gobot1234
committed
a4c94fb
View commit details
Copy full SHA for a4c94fb
Browse repository at this point
Improve IntEnumMember.__eq__
Gobot1234
committed
3d98db1
View commit details
Copy full SHA for 3d98db1
Browse repository at this point
Revert "Improve IntEnumMember.__eq__", it's pointless
Gobot1234
committed
94e14c4
View commit details
Copy full SHA for 94e14c4
Browse repository at this point
Fix test
Gobot1234
committed
d70b805
View commit details
Copy full SHA for d70b805
Browse repository at this point
Commits on Jul 13, 2020
Slight fixes
Gobot1234
committed
848f6b2
View commit details
Copy full SHA for 848f6b2
Browse repository at this point
Blacken code
Gobot1234
committed
8021d21
View commit details
Copy full SHA for 8021d21
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL