: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 :annotation: = #1f77b4 .. py:attribute:: lit :annotation: = #ff7f0e .. py:attribute:: ins :annotation: = #e377c2 .. py:attribute:: filled :annotation: = True .. py:class:: Config(config_file=None) .. py:method:: read_config_file(self, config_file) .. py:method:: get_ins_color(self, cls) .. py:method:: get_cls_color(self, cls) .. py:method:: bnode_regex_match(self, 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(self, s, default='y')