MCPcopy
hub / github.com/marimo-team/marimo / start

Method start

marimo/_server/lsp.py:692–697  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

690 self.log_file = _loggers.get_log_directory() / "ty-lsp.log"
691
692 async def start(self) -> AlertNotification | None:
693 # ty is not required, so we don't want to alert or fail if it is not installed
694 if not DependencyManager.ty.has():
695 LOGGER.debug("ty is not installed. Skipping LSP server.")
696 return None
697 return await super().start()
698
699 def validate_requirements(self) -> str | Literal[True]:
700 if not DependencyManager.ty.has():

Callers 15

build_and_serve.pyFile · 0.45
_read_blobsMethod · 0.45
_dispatch_writeMethod · 0.45
replacement_funcFunction · 0.45
previewFunction · 0.45
startFunction · 0.45
_init_browserMethod · 0.45
handleMatchMethod · 0.45
_extra_repr_htmlFunction · 0.45
_strip_paragraph_tagsFunction · 0.45
startMethod · 0.45
startMethod · 0.45

Calls 2

hasMethod · 0.45
debugMethod · 0.45

Tested by

no test coverage detected