(self, tr)
| 723 | self.autoindent = value |
| 724 | |
| 725 | def set_trio_runner(self, tr): |
| 726 | self.trio_runner = tr |
| 727 | |
| 728 | #------------------------------------------------------------------------- |
| 729 | # init_* methods called by __init__ |
nothing calls this directly
no outgoing calls
no test coverage detected