MCPcopy Create free account
hub / github.com/IENT/YUView / VariableRestrictionRage

Class VariableRestrictionRage

tools/standardTextToCode/parseVariableDescriptions.py:2–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2class VariableRestrictionRage:
3 def __init__(self, min, max):
4 self.min = min
5 self.max = max
6
7 def __str__(self):
8 return f"Range({self.min}-{self.max})"
9
10
11class VariableRestrictionGreaterThen:

Callers 1

parseRestrictionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected