eth2.0-specs/test_libs/pyspec/eth2spec/utils/ssz
protolambda b9abc5f2cf
List[uint64] is not like a type but just for annotation, same for other Generics with __args__, Vector/BytesN work, because their metaclasses produce non-parametrized types, so don't check vector values when type contains args
2019-06-05 18:53:34 +02:00
..
__init__.py resolve linting problems, except ssz-partials 2019-06-01 02:22:14 +02:00
ssz_impl.py Implements new SSZ types 2019-06-05 15:29:26 +02:00
ssz_typing.py List[uint64] is not like a type but just for annotation, same for other Generics with __args__, Vector/BytesN work, because their metaclasses produce non-parametrized types, so don't check vector values when type contains args 2019-06-05 18:53:34 +02:00