Internal function.
(self)
| 1610 | register = _register |
| 1611 | |
| 1612 | def _root(self): |
| 1613 | """Internal function.""" |
| 1614 | w = self |
| 1615 | while w.master is not None: w = w.master |
| 1616 | return w |
| 1617 | _subst_format = ('%#', '%b', '%f', '%h', '%k', |
| 1618 | '%s', '%t', '%w', '%x', '%y', |
| 1619 | '%A', '%E', '%K', '%N', '%W', '%T', '%X', '%Y', '%D') |
no outgoing calls
no test coverage detected