- 24 Oct, 2022 2 commits
-
-
oroulet authored
-
Andreas Heine authored
* proposal-for-better-naming * first shot on an ABC * add missing and used session methods from nodeclass * add ABC inheritance to InternalSession-Class * update imports and typing * make abstract methods async * add missing methods in InternalSession * rename new_node - server to session * update InternalSession * add info log for node registration * rename server to session and add methods to interface * add missing session methods * fix typo * rename transfer_subscription * add comments * add todo comment for BrowseNext * renaming to session * fix skipp tests on windws * remove log in transfer_subscriptions * remove log in browse_next * remove log in transfer_subscriptions
-
- 21 Oct, 2022 2 commits
-
-
smorokin authored
* improved exporting and importing extension objects to/from xml * fixed a type annotation * compability to python 3.7 * fixed type annotation for python < 3.9 * remove optional parameter for <=3.8 * added tests * comp with old pyhton versions * fixed an error in tests * somehow the name of the struct makes a difference
-
Karl Lindblom authored
-
- 18 Oct, 2022 1 commit
-
-
Andreas Heine authored
* add feat: subscription.py optional param for sampling_interval * fix: flake8 stuff * fix: flake8 stuff * add: missing typehints and small refactoring according to flake8 * Update subscription.py * remove: unnecessary import * update: comments * update: fix wrong typehint
-
- 17 Oct, 2022 1 commit
-
-
JPortela authored
-
- 06 Oct, 2022 1 commit
-
-
oroulet authored
-
- 05 Oct, 2022 5 commits
-
-
oroulet authored
-
bitkeeper authored
-
bitkeeper authored
Fix typo in in XmlImporte._check_if_namespace_meta_information_is_added which results in an exception. In case it was required after the import to still add an ns an exception occured. On normal flow the line `_check_if_namespace_meta_information_is_added`s with the typo isn't executed and no test was available to test the behaviour. * Added test for `_check_if_namespace_meta_information_is_added` * Fix the type
-
Alexander Schrode authored
-
Alexander Schrode authored
-
- 02 Oct, 2022 5 commits
-
-
Alexander Schrode authored
-
Alexander Schrode authored
-
Alexander Schrode authored
-
Alexander Schrode authored
-
Alexander Schrode authored
-
- 28 Sep, 2022 5 commits
-
-
oroulet authored
-
bitkeeper authored
The typing information tries to use an no existing dataclass, requires an forward reference (escaped with single ').
-
bitkeeper authored
The depends_on function result is an unrestricted recursive call when the depency is it self.
-
bitkeeper authored
-
mver-al authored
-
- 27 Sep, 2022 1 commit
-
-
oroulet authored
-
- 26 Sep, 2022 10 commits
-
-
Alexander Schrode authored
For completness, these datatypes are abstract! If they are used in structs, abstract types are either Variant or ExtensionObjects. If they only contain basic types (int16, float, double..) they are Variants.
-
Alexander Schrode authored
-
Alexander Schrode authored
-
Alexander Schrode authored
-
Alexander Schrode authored
-
Alexander Schrode authored
-
oroulet authored
-
oroulet authored
-
oroulet authored
-
- 23 Sep, 2022 1 commit
-
-
Alexander Schrode authored
-
- 22 Sep, 2022 1 commit
-
-
Alexander Schrode authored
-
- 21 Sep, 2022 5 commits