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