MCPcopy
hub / github.com/LazyAGI/LazyLLM / _update

Method _update

lazyllm/tools/webpages/webmodule.py:630–633  ·  view source on GitHub ↗
(self, *, mode=None, recursive=True)

Source from the content-addressed store, hash-verified

628 f'{self.broadcast_url}, local URL: {self.url}')
629
630 def _update(self, *, mode=None, recursive=True):
631 super(__class__, self)._update(mode=mode, recursive=recursive)
632 self._work()
633 return self
634
635 def wait(self):
636 self.demo.block_thread()

Callers

nothing calls this directly

Calls 1

_workMethod · 0.95

Tested by

no test coverage detected