MCPcopy Create free account
hub / github.com/ImprintLab/Medical-SAM2 / __init__

Method __init__

conf/__init__.py:9–13  ·  view source on GitHub ↗
(self, settings)

Source from the content-addressed store, hash-verified

7
8class Settings:
9 def __init__(self, settings):
10
11 for attr in dir(settings):
12 if attr.isupper():
13 setattr(self, attr, getattr(settings, attr))
14
15settings = Settings(settings)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected