.. _CUSTOM_MODULE_LINUXMINT: platformids.custom.linuxmint ============================ Module LinuxMint \[:ref:`doc `]. Module ------ .. automodule:: platformids.custom.linuxmint Data ---- RTE_LINUXMINT ^^^^^^^^^^^^^ Registration of the *dist* value: .. parsed-literal:: RTE_LINUXMINT = RTE_LINUX + 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/linuxmint.py :language: python :linenos: Download -------- `custom linuxmint.py <../_static/custom/linuxmint.py>`_