Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/tests/twister/
Dtest_testinstance.py350 testinstance_copy.__setstate__(d)
353 testinstance.__setstate__(d)
357 testinstance_copy.__setstate__(d)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestinstance.py170 def __setstate__(self, d): member in TestInstance