Lines Matching refs:Any
56 def __getstate__(self) -> Dict[str, Any]:
155 - def _clone_repo(cls, repo: 'Repo', url: str, path: PathLike, name: str, **kwargs: Any) -> 'Rep…
157 + allow_unsafe_options: bool = False, allow_unsafe_protocols: bool = False,**kwargs: Any…
244 - def set_url(self, new_url: str, old_url: Optional[str] = None, **kwargs: Any) -> 'Remote':
246 + allow_unsafe_protocols: bool = False, **kwargs: Any) -> 'Remote':
266 - def add_url(self, url: str, **kwargs: Any) -> 'Remote':
267 + def add_url(self, url: str, allow_unsafe_protocols: bool = False, **kwargs: Any) -> 'Remote':
278 def delete_url(self, url: str, **kwargs: Any) -> 'Remote':
284 - def create(cls, repo: 'Repo', name: str, url: str, **kwargs: Any) -> 'Remote':
285 …repo: 'Repo', name: str, url: str, allow_unsafe_protocols: bool = False, *kwargs: Any) -> 'Remote':
307 **kwargs: Any) -> IterableList[FetchInfo]:
331 **kwargs: Any) -> IterableList[FetchInfo]:
356 **kwargs: Any) -> IterableList[PushInfo]:
415 - multi_options: Optional[List[str]] = None, **kwargs: Any
417 + allow_unsafe_options: bool = False, **kwargs: Any
438 - multi_options: Optional[List[str]] = None, **kwargs: Any) -> 'Repo':
441 + **kwargs: Any) -> 'Repo':
463 - multi_options: Optional[List[str]] = None, **kwargs: Any) -> 'Repo':
466 + allow_unsafe_options: bool = False, **kwargs: Any) -> 'Repo':
485 prefix: Optional[str] = None, **kwargs: Any) -> Repo: