Skip to content

Commit c124ff5

Browse files
Add WebOb urljoin
1 parent 7ee1807 commit c124ff5

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
@@ -2,6 +2,7 @@ from collections.abc import Callable
22
from typing import AnyStr
33

44
def html_escape(s: object) -> str: ...
5+
def urljoin(base: str, url: str | None) -> str: ...
56
def header_docstring(header: str, rfc_section: str) -> str: ...
67
def warn_deprecation(text: str, version: str, stacklevel: int) -> None: ...
78

0 commit comments

Comments
 (0)