Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
class
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
11
class
VariableRestrictionGreaterThen:
Callers
1
parseRestriction
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected