lalib/tests/elements
Alexander Hess 3cfc0db136
Organize top-level imports for lalib.elements
- make `GF2`, `one`, and `zero`, defined in the `lalib.elements.gf2`
  module, available as top-level imports in the `lalib.elements`
  sub-package via `from lalib.elements import *`
- provide some code snippets in the sub-package's docstring
- test the star import
2024-09-18 18:29:40 +02:00
..
__init__.py Add lalib.elements sub-package 2024-09-10 11:53:17 +02:00
test_gf2.py Add GF2 type for Galois field elements 2024-09-18 18:04:35 +02:00
test_top_level_imports.py Organize top-level imports for lalib.elements 2024-09-18 18:29:40 +02:00