Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Materials-Consortia/optimade-python-tools
/ SupportLevel
Class
SupportLevel
optimade/models/utils.py:32–37 ·
view source on GitHub ↗
OPTIMADE property/field support levels
Source
from the content-addressed store, hash-verified
30
31
32
class
SupportLevel(Enum):
33
""
"OPTIMADE property/field support levels"
""
34
35
MUST =
"must"
36
SHOULD =
"should"
37
OPTIONAL =
"optional"
38
39
40
def
StrictField(
Callers
1
OptimadeField
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected