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

Method add_class

remi/gui.py:429–430  ·  view source on GitHub ↗
(self, cls)

Source from the content-addressed store, hash-verified

427 self.ignore_update = False
428
429 def add_class(self, cls):
430 self.attributes['class'] = self.attributes['class'] + ' ' + cls
431
432 def remove_class(self, cls):
433 classes = [''] #as the result of split

Callers 9

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
on_tab_selectionMethod · 0.80
__init__Method · 0.80
_instanceMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected