(self, index: int)
| 156 | return self.path |
| 157 | |
| 158 | def odd_element(self, index: int) -> _InternalEntityType[Any]: |
| 159 | return self.path[index] # type: ignore |
| 160 | |
| 161 | def set(self, attributes: Dict[Any, Any], key: Any, value: Any) -> None: |
| 162 | log.debug("set '%s' on path '%s' to '%s'", key, self, value) |
no outgoing calls
no test coverage detected