:py:mod:`platform_db.knowledge_base` ==================================== .. py:module:: platform_db.knowledge_base .. autoapi-nested-parse:: Knowledge base for CPU, OS, and Platform informations. Note that even if this is pure data this is not stored as a yaml. This knowledge base is very often read and the cost of parsing the data can be significant in some context. Module Contents --------------- .. py:data:: CPU_INFO :type: e3.platform_db.PlatformDBEntry .. py:data:: OS_INFO :type: e3.platform_db.PlatformDBEntry .. py:data:: PLATFORM_INFO :type: e3.platform_db.PlatformDBEntry .. py:data:: BUILD_TARGETS :type: e3.platform_db.PlatformDBEntry .. py:data:: HOST_GUESS :type: e3.platform_db.PlatformDBEntry