Internal function.
(self)
| 1723 | register = _register |
| 1724 | |
| 1725 | def _root(self): |
| 1726 | """Internal function.""" |
| 1727 | w = self |
| 1728 | while w.master is not None: w = w.master |
| 1729 | return w |
| 1730 | _subst_format = ('%#', '%b', '%d', '%f', '%h', '%k', |
| 1731 | '%s', '%t', '%w', '%x', '%y', |
| 1732 | '%A', '%E', '%K', '%N', '%W', '%T', '%X', '%Y', '%D') |
no outgoing calls
no test coverage detected