Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/tests/twister/
Dtest_testinstance.py300 testinstance_copy.__setstate__(d)
303 testinstance.__setstate__(d)
307 testinstance_copy.__setstate__(d)
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Dtestinstance.py120 def __setstate__(self, d): member in TestInstance