(self)
| 663 | os.unlink(self.name) |
| 664 | |
| 665 | def __delete__(self): |
| 666 | try: |
| 667 | self.disconnect() |
| 668 | except: |
| 669 | pass |
| 670 | |
| 671 | #### FIELD ######################################################################################### |
| 672 |
nothing calls this directly
no test coverage detected