Home
last modified time | relevance | path

Searched refs:therest_update (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-intspan/intspan-1.6.1/test/
H A Dtest_intspanlist.py343 i.therest_update('1-9')
351 i2 = i.therest_update('1-7', inplace=False)
355 i.therest_update('1-7')
363 j2 = j.therest_update('1-5', inplace=False)
367 j.therest_update('1-5')
375 i2 = i.therest_update('1-7', inplace=False)
/dports/math/py-intspan/intspan-1.6.1/intspan/
H A Dcore.py391 def therest_update(self, universe, inplace=True): member in intspanlist