mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Update vendored windows libs
This commit is contained in:
parent
f61c211655
commit
b1cefa94e5
226 changed files with 33472 additions and 11882 deletions
8
libs/win/path/classes.pyi
Normal file
8
libs/win/path/classes.pyi
Normal file
|
@ -0,0 +1,8 @@
|
|||
from typing import Any, Callable, Optional
|
||||
|
||||
class ClassProperty(property):
|
||||
def __get__(self, cls: Any, owner: Optional[type] = ...) -> Any: ...
|
||||
|
||||
class multimethod:
|
||||
def __init__(self, func: Callable[..., Any]): ...
|
||||
def __get__(self, instance: Any, owner: Optional[type]) -> Any: ...
|
Loading…
Add table
Add a link
Reference in a new issue