mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 02:42:29 +08:00
Fix dunder-method positional-only parameter discrepancies in third-party stubs (#14529)
This commit is contained in:
@@ -1667,7 +1667,7 @@ class PySecBufferDesc:
|
||||
Version: Incomplete
|
||||
Buffer: Incomplete
|
||||
def append(self, buffer, /) -> None: ...
|
||||
def __getitem__(self, index: SupportsIndex) -> PySecBuffer: ...
|
||||
def __getitem__(self, index: SupportsIndex, /) -> PySecBuffer: ...
|
||||
|
||||
class PyTOKEN_GROUPS: ...
|
||||
class PyTOKEN_PRIVILEGES: ...
|
||||
|
||||
Reference in New Issue
Block a user