Internal function.
(self)
| 1705 | register = _register |
| 1706 | |
| 1707 | def _root(self): |
| 1708 | """Internal function.""" |
| 1709 | w = self |
| 1710 | while w.master is not None: w = w.master |
| 1711 | return w |
| 1712 | _subst_format = ('%#', '%b', '%f', '%h', '%k', |
| 1713 | '%s', '%t', '%w', '%x', '%y', |
| 1714 | '%A', '%E', '%K', '%N', '%W', '%T', '%X', '%Y', '%D') |
no outgoing calls
no test coverage detected