MCPcopy Index your code
hub / github.com/rawpython/remi / CssStyleError

Class CssStyleError

remi/gui.py:106–110  ·  view source on GitHub ↗

Raised when (a combination of) settings will result in invalid/improper CSS

Source from the content-addressed store, hash-verified

104
105
106class CssStyleError(Exception):
107 """
108 Raised when (a combination of) settings will result in invalid/improper CSS
109 """
110 pass
111
112
113class EventSource(object):

Callers 2

set_column_gapMethod · 0.85
set_row_gapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected