MCPcopy 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
32class SupportLevel(Enum):
33 """OPTIMADE property/field support levels"""
34
35 MUST = "must"
36 SHOULD = "should"
37 OPTIONAL = "optional"
38
39
40def StrictField(

Callers 1

OptimadeFieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected