Add type hints in arnied_wrapper
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 24 Jun 2025 10:07:24 +0000 (12:07 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 24 Jun 2025 11:56:49 +0000 (13:56 +0200)
commit103cd3143af9386e5fbca009c86a27aac3d7923c
tree09e698dfa8d61073d8c89f088aef762451ef558a
parentf8eebbfed0969bfeddaed556761fadd9242ae60c
Add type hints in arnied_wrapper

This is one of the most used modules (from QA), so raise coding standard
toward QA standards.

Avoid importing VM class, so leave type spec for this param in function doc
string.

Mention possibility of RuntimeError in a few function doc strings
src/arnied_wrapper.py