(self)
| 155 | str_list = ["<%s/>" % head_str] |
| 156 | return str_list |
| 157 | def pretty(self): |
| 158 | return '\n'.join(pretty_str for pretty_str in self.pretty_list() if pretty_str.strip()) |
| 159 | def __strip_key(self,key): |
| 160 | return key[len(self.__prefix):] |
| 161 | def keys(self): |
nothing calls this directly
no test coverage detected