.. _CUSTOM_MODULE_DRAGON: platformids.custom.dragonbsd ============================ Module DragonFlyBSD \[:ref:`doc `]. Module ------ .. automodule:: platformids.custom.dragonbsd Data ---- RTE_DRAGONFLYBSD ^^^^^^^^^^^^^^^^ Registration of the *dist* value: .. parsed-literal:: RTE_DRAGONFLYBSD = 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/dragonbsd.py :language: python :linenos: Download -------- `dragonbsd.py <../_static/custom/dragonbsd.py>`_