mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
switch to lower-case "# undocumented" comments (#5871)
This commit is contained in:
@@ -51,10 +51,10 @@ def parse_http_list(s: str) -> List[str]: ...
|
||||
def parse_keqv_list(l: List[str]) -> Dict[str, str]: ...
|
||||
|
||||
if sys.platform == "win32" or sys.platform == "darwin":
|
||||
def proxy_bypass(host: str) -> Any: ... # Undocumented
|
||||
def proxy_bypass(host: str) -> Any: ... # undocumented
|
||||
|
||||
else:
|
||||
def proxy_bypass(host: str, proxies: Optional[Mapping[str, str]] = ...) -> Any: ... # Undocumented
|
||||
def proxy_bypass(host: str, proxies: Optional[Mapping[str, str]] = ...) -> Any: ... # undocumented
|
||||
|
||||
class Request:
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user