MCPcopy Create free account
hub / github.com/datapane/datapane / __init__

Method __init__

python-client/src/datapane/blocks/text.py:27–29  ·  view source on GitHub ↗
(self, content: str, name: BlockId = None, **kwargs)

Source from the content-addressed store, hash-verified

25 content: str
26
27 def __init__(self, content: str, name: BlockId = None, **kwargs):
28 super().__init__(name, **kwargs)
29 self.content = content.strip()
30
31
32class Text(EmbeddedTextBlock):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected