#
arxml
Here are 4 public repositories matching this topic...
Funth0mas
commented
Mar 3, 2019
So that we can setup mypy on CI we need to elliminate all errors. Currently all serious mypy errors are in canmatrix.canmatrix and most of them are bound to float_factory playing with attrs.
The problem is, that mypy currently only undertsand attr converters, if they are named functions. That means NEITHER converter=decimal.Decimal NOR converter=CanId.from_compound_integer.
-
Updated
Sep 25, 2019 - C
A set of python modules for working with AUTOSAR XML files
-
Updated
Apr 26, 2020 - Python
Improve this page
Add a description, image, and links to the arxml topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arxml topic, visit your repo's landing page and select "manage topics."
When building the info manual ('make info' from the docs/ subdir), I get the following error (build happens in a container without networking):