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

Class Settings

conf/__init__.py:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
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 1

__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected