:py:mod:`ontoviz.utils` ======================= .. py:module:: ontoviz.utils Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: ontoviz.utils.Colors ontoviz.utils.Config ontoviz.utils.ConfigColor Attributes ~~~~~~~~~~ .. autoapisummary:: ontoviz.utils.SCHEMA .. py:data:: SCHEMA .. py:class:: Colors .. py:attribute:: cls :value: '#1f77b4' .. py:attribute:: lit :value: '#ff7f0e' .. py:attribute:: ins :value: '#e377c2' .. py:attribute:: filled :value: True .. py:class:: Config(config_file=None) .. py:method:: read_config_file(config_file) .. py:method:: get_ins_color(cls) .. py:method:: get_cls_color(cls) .. py:method:: bnode_regex_match(uri) .. py:exception:: UndefinedColorError Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:class:: ConfigColor .. py:attribute:: default_color_map .. py:method:: parse(s, default='y')