Commit graph

62 commits

Author SHA1 Message Date
Tim Riddermann
31a10dcc88 added type hints for Struct._subcons, Sequence._subcons, FocusedSeq._subcons, Union._subcons, LazyStruct._subcons, LazyStruct._subconsindexes 2023-01-06 10:32:19 +01:00
Tim Rid
349c8e5dd2 Updated IfThenElse so that it represents the real implementation 2022-12-23 20:37:05 +01:00
Tim Rid
e10938f308 Added type hint to self type, for mypy support. 2022-10-24 00:07:57 +02:00
Tim Rid
2b780ae7b9 changed Adapter __new__ to __init__ to fix #13. But this change on Adapter also reqires to change other Adapter subclasses. 2022-10-23 23:49:58 +02:00
Tim Rid
a03190d816 fixed some pyright/pylance issues 2022-10-23 22:48:42 +02:00
Tim Rid
29d2608c37 fixed BuildTypes of cs.Const 2022-02-13 01:06:45 +01:00
Parnassius
0979257dd7 Use os.PathLike for file names 2022-01-07 12:27:46 +01:00
Tim Rid
a71b040847 fixed IfThenElse for pyright 2021-10-23 12:54:43 +02:00
Tim Rid
0e9fb3a497 added stub for evaluate 2021-07-31 13:59:48 +02:00
Tim Rid
e377951b8f fixed Switch.default 2021-07-31 13:59:32 +02:00
Tim Rid
334e13c630 enhance cs.Checksum see #3 2021-07-19 20:41:41 +02:00
Tim Rid
2b5967e11d fixing pyright issues 2021-05-23 16:22:40 +02:00
Tim Rid
1f76b62580 added missing methods to stub file 2021-05-22 13:12:48 +02:00
Tim Rid
b43a4840ac Fixed "encmapping" of "Enum". Every string can be used as key 2021-04-29 15:50:49 +02:00
Tim Rid
845af16b4a Updated to construct==2.10.66 2021-04-03 21:35:57 +02:00
Tim Rid
7f88357562 changed "construct" dependency to 2.10.64 and adapt to the changes 2021-03-30 19:20:57 +02:00
Tim Rid
2b67e07d79 some bugfixes 2021-03-30 19:11:44 +02:00
Tim Rid
ae440407e9 - renamed "TStructField" to "field" and "TUnionField" to "ufield". This makes the dataclass definitions shorter and more readable.
- removed "Opt" and "List" because they are not necessary any more, because covariant is now included for ParsedType.
- added test with typing.List as field
- fix: changed dict to typing.Dict
2021-03-16 18:51:04 +01:00
Tim Rid
d0a31458a8 added covariant and contravariant from PR #1 2021-03-13 17:49:03 +01:00
Tim Rid
667ee5c7d3 changed "typing.ByteString" to "bytes" in the annotations, because it is equivalent according to the documentation of "typing.ByteString". 2021-03-13 13:00:43 +01:00
Tim Rid
318c5b0a67 arrow is now also typed, so the type ignore is unnecessary 2021-03-13 12:51:09 +01:00
Tim Rid
8957eaeede updated stubs for construct==2.10.61 2021-02-20 23:52:06 +01:00
Tim Rid
6900b37acd fixed things that are complained by pyright 2021-01-10 13:31:56 +01:00
Tim Rid
703d5a8638 added missing attributes of the constructs 2021-01-04 21:26:23 +01:00
Tim Rid
4c4bf74fd3 fixed some python 3.7 and numpy issues 2021-01-03 12:32:41 +01:00
Tim Rid
f5a3565f3e added stubs for LazyStruct, LazyListContainer, LazyArray, LazyBound
fixed bug in test_typed.py
2021-01-02 23:35:45 +01:00
Tim Rid
74a5082c7f run black and isort 2021-01-01 23:46:43 +01:00
Tim Rid
fb38301189 fixed stub for NamedTuple 2021-01-01 22:55:48 +01:00
Tim Rid
ede0840a0b Fixed TStruct in TArray 2021-01-01 13:55:19 +01:00
Tim Rid
ecb403b50b added value to Const and Default 2020-12-31 00:31:15 +01:00
Tim Rid
f024524b66 - replaces BufferType with typing.ByteString
- fixed stubs of Const
- changed __init__ to __new__ on ExprAdapter, ExprSymmetricAdapter, ExprValidator
2020-12-30 23:10:41 +01:00
Tim Rid
c0b0c7a3ab - added stubs for Tunnel, Compressed, Rebuffered
- added __getattr__ for Struct, Sequence, FocusedSeq, Union
2020-12-29 20:59:53 +01:00
Tim Rid
3e388ef1a6 added stubs for ProcessXor, ProcessRotateLeft, Checksum 2020-12-29 20:14:32 +01:00
Tim Rid
e357050dbe changed __init__ to __new__ of FlagsEnum 2020-12-29 19:11:03 +01:00
Tim Rid
5b6c312ba4 added stubs for OneOf, NoneOf, Filter, Slicing, Indexing 2020-12-29 17:43:32 +01:00
Tim Rid
06f37c3e1d - added missing variables to "Construct" class
- fixed __rtruediv__ of "Construct" class
2020-12-29 14:37:21 +01:00
Tim Rid
1b077ed18f - added stubs for stream access
- removed Optional from the "Context" class, and added comments instead
- added stub for Lazy
2020-12-29 14:13:24 +01:00
Tim Rid
a4b16ed338 changed __init__ to __new__ in Array, GreedyRange, NamedTuple
fixed stub for Switch
2020-12-29 13:10:25 +01:00
Tim Rid
fcef037323 added missing operator overloads 2020-12-29 13:00:24 +01:00
Tim Rid
0d7879efa5 - changed __init__ to __new__ many times
- fixed Computed, Hex and HexDump, Switch
2020-12-20 19:59:46 +01:00
Tim Rid
4619862610 auto formatted code 2020-12-20 17:25:45 +01:00
Tim Rid
ef949eca9c Fixed stub for Computed 2020-12-20 17:23:31 +01:00
Tim Rid
54a1cfab1a added stubs for Prefixed, PrefixedArray, FixedSized, NullTerminated, NullStripped, RestreamData
corrected stubs for RawCopy, Transformed
2020-12-18 21:57:15 +01:00
Tim Rid
379e2010c2 added stub for Mapping
enhances stubs for Struct, Sequence
2020-12-17 19:56:10 +01:00
Tim Rid
f472732cd6 enhanced stubs for expr.py and added an generator script 2020-12-17 19:55:07 +01:00
Tim Rid
907b812d72 added stubs for Pointer, Peek, Seek 2020-12-15 22:50:49 +01:00
Tim Rid
8211bb388d added stubs for Timestamp, HexDump, Union 2020-12-15 22:27:01 +01:00
Tim Rid
bb5adc0918 Added stubs for Pickled, Numpy, NamedTuple 2020-12-15 18:37:55 +01:00
Tim Rid
30aab9491e fixed stubs for RawCopy 2020-12-15 17:06:41 +01:00
Tim Rid
60f4001739 modified stubs for Adapter and all childs of adatper. removed AdaptedParsedType & AdaptedBuildTypes and changed the order.
corrected stubs for Rebuild and Default
corrected stubs for Hex
corrected stubs for Select. Removed class _Select
corrected stubs for Switch. Removed class _Switch
2020-12-15 15:57:53 +01:00