This website requires JavaScript.
Explore
Help
Sign in
wrapper
/
construct-typing
Watch
1
Star
0
Fork
You've already forked construct-typing
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5c6f5020f9
construct-typing
/
construct_typed
History
Download ZIP
Download TAR.GZ
Tim Rid
5c6f5020f9
fixed typing error from pylance in the constructor of TEnum and TFlagsEnum
2021-03-24 20:15:23 +01:00
..
__init__.py
- renamed "TStructField" to "field" and "TUnionField" to "ufield". This makes the dataclass definitions shorter and more readable.
2021-03-16 18:51:04 +01:00
generic_wrapper.py
added covariant and contravariant from PR
#1
2021-03-13 17:49:03 +01:00
py.typed
- divided construct_typed in multiple files
2020-12-31 17:11:21 +01:00
tenum.py
fixed typing error from pylance in the constructor of TEnum and TFlagsEnum
2021-03-24 20:15:23 +01:00
tstruct.py
- renamed "TStructField" to "field" and "TUnionField" to "ufield". This makes the dataclass definitions shorter and more readable.
2021-03-16 18:51:04 +01:00
tunion.py
- renamed "TStructField" to "field" and "TUnionField" to "ufield". This makes the dataclass definitions shorter and more readable.
2021-03-16 18:51:04 +01:00