more docs2

This commit is contained in:
Robin Müller 2022-08-12 10:20:01 +02:00
parent 236e9c9b60
commit 70bafa64ca
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 3 additions and 1 deletions

View File

@ -19,8 +19,10 @@ from tmtccmd.config.globals import get_default_tmtc_defs
def get_eive_service_op_code_dict() -> TmtcDefinitionWrapper:
"""Call all registered TMTC definition providers. They were registered using
the :py:func:`tmtc_definitions_provider` decorator.
"""
def_wrapper = get_default_tmtc_defs()
# Call all registered TMTC definition providers
call_all_definitions_providers(def_wrapper)
return def_wrapper