Called at the end of process lifetime to allow the device to finalize.
(self)
| 330 | """ |
| 331 | # override this in your device implementation |
| 332 | def finalize(self): |
| 333 | """ |
| 334 | Called at the end of process lifetime to allow the device to finalize. |
| 335 | """ |
| 336 | # override this in your device implementation |
| 337 | |
| 338 | if PROFILE: |
| 339 | @atexit.register |