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

Method __init__

editor/editor.py:325–332  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

323 lastUpdateTime = 0
324
325 def __init__(self, **kwargs):
326 super(Project, self).__init__(**kwargs)
327 self.variable_name = 'App'# + str(id(self))
328 self.style.update({'position': 'relative',
329 'overflow': 'auto',
330 'background-color': 'rgb(250,248,240)',
331 'background-image': "url('/editor_resources:background.png')"})
332 self.attr_editor_newclass = True
333
334 def shouldUpdate(self, filePathName):
335 #returns True if project file changed externally

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
updateMethod · 0.45

Tested by

no test coverage detected