MCPcopy Create free account
hub / github.com/78/tenbox / __init__

Method __init__

scripts/publish.py:140–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

138 """Wrapper around Alibaba Cloud OSS for uploads with progress tracking."""
139
140 def __init__(self):
141 self.bucket = None
142 self.public_url = ""
143 self.images_dir = ""
144 self.releases_dir = ""
145 self._init_error = None
146 self._try_init()
147
148 def _try_init(self):
149 if load_dotenv is None:

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

_try_initMethod · 0.95

Tested by

no test coverage detected