(self, index: int)
| 190 | return self.path |
| 191 | |
| 192 | def odd_element(self, index: int) -> _InternalEntityType[Any]: |
| 193 | return self.path[index] # type: ignore |
| 194 | |
| 195 | def set(self, attributes: Dict[Any, Any], key: Any, value: Any) -> None: |
| 196 | log.debug("set '%s' on path '%s' to '%s'", key, self, value) |
no outgoing calls
no test coverage detected