Skip to content

Commit 84ee38f

Browse files
author
nightcityblade
committed
[WebOb] Add urljoin
1 parent 7ee1807 commit 84ee38f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stubs/WebOb/webob/util.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ status_reasons: dict[int, str]
99
status_generic_reasons: dict[int, str]
1010

1111
def strings_differ(string1: AnyStr, string2: AnyStr, compare_digest: Callable[[AnyStr, AnyStr], bool] = ...) -> bool: ...
12+
def urljoin(base: str, url: str) -> str: ...

0 commit comments

Comments
 (0)