Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_selection
Method · 0.80
__init__
Method · 0.80
_instance
Method · 0.80
main
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected