Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches

◆ constrain()

def Cope.misc.constrain (   val,
  low,
  high 
)

Constrains val to be within low and high

Definition at line 86 of file misc.py.