.. _CUSTOM_MODULE_NOMADBSD: platformids.custom.nomadbsd =========================== Module NomadBSD \[:ref:`doc `]. Module ------ .. automodule:: platformids.custom.nomadbsd Data ---- RTE_NOMADBSD ^^^^^^^^^^^^ Registration of the *dist* value: .. parsed-literal:: RTE_NOMADBSD = RTE_BSD + custom_dist.add_enum() rte2num ^^^^^^^ Mapping of the rte string and numeric representation to the numeric value. num2rte ^^^^^^^ Mapping of the rte numeric representation to the string value. num2pretty ^^^^^^^^^^ Mapping of the rte numeric representation to the pretty string value. Source ------ .. literalincludewrap:: _static/custom/nomadbsd.py :language: python :linenos: Download -------- `nomadbsd.py <../_static/custom/nomadbsd.py>`_