Lines Matching refs:self
8 def __len__(self) -> int:
11 def __contains__(self, item: str) -> bool:
14 def __getitem__(self, key: str) -> str:
17 def __iter__(self) -> Iterator[str]:
20 def get_all(self, name: str, failobj: _T = ...) -> Union[List[Any], _T]:
26 def json(self) -> Dict[str, Union[str, List[str]]]:
37 def joinpath(self) -> 'SimplePath':
40 def __truediv__(self) -> 'SimplePath':
43 def parent(self) -> 'SimplePath':
46 def read_text(self) -> str: