-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Information methods and Vector Types Constants
- The ``dict()`` method is added to the ``Information`` class to facilitate the handling of ARP files. - ``Vector`` types have been declared as constants to improve code handling, scalability, and readability. - The way the names of environments and situations are generated has been changed, correcting a security issue. - Improved code readability and style.
- Loading branch information
1 parent
c050244
commit 3a64e5b
Showing
18 changed files
with
162 additions
and
572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
from . import bd, canbus, conditionals, data, document, frame, information, instances, keys, line_state_machine, line, mask, messages, numerics, protocol, situation | ||
from . import bd | ||
from . import canbus | ||
from . import conditionals | ||
from . import data | ||
from . import document | ||
from . import frame | ||
from . import information | ||
from . import instances | ||
from . import keys | ||
from . import line_state_machine | ||
from . import line | ||
from . import mask | ||
from . import messages | ||
from . import numerics | ||
from . import protocol | ||
from . import situation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.