Skip to content

Commit

Permalink
add get_exist_path to systemctl3.pyi
Browse files Browse the repository at this point in the history
Signed-off-by: ladyrick <[email protected]>
  • Loading branch information
ladyrick committed Feb 2, 2024
1 parent 370ba49 commit ab06ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/systemctl3.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def unit_name_unescape(text: str) -> str: ...
def is_good_root(root: Optional[str]) -> bool: ...
def os_path(root: Optional[str], path: str) -> str: ...
def path_replace_extension(path: str, old: str, new: str) -> str: ...
def get_exist_path(paths: List[str]) -> Optional[str]: ...
def get_PAGER() -> List[str]: ...
def os_getlogin() -> str: ...
def get_runtime_dir() -> str: ...
Expand Down

0 comments on commit ab06ae4

Please sign in to comment.