MCPcopy Create free account
hub / github.com/Bbalduzz/fletmint / build

Method build

fletmint/code.py:290–305  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

288 self.code_highlight_container.update()
289
290 def build(self):
291 if self.read_only:
292 return ft.Container(
293 ft.Stack(controls=[self.code_highlight_container]),
294 padding=10,
295 bgcolor=self.theme.editor_bg,
296 border_radius=8,
297 )
298 return ft.Container(
299 ft.Stack(
300 controls=[self.code_highlight_container, self.code_textfield_container]
301 ),
302 padding=10,
303 bgcolor=self.theme.editor_bg,
304 border_radius=8,
305 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected