mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 00:53:23 +08:00
operator: mark positional-only args (#3628)
This commit is contained in:
committed by
Sebastian Rittau
parent
ba8b2585c6
commit
b374154705
@@ -60,4 +60,4 @@ from operator import (
|
||||
imatmul as imatmul,
|
||||
)
|
||||
|
||||
def _compare_digest(a: AnyStr, b: AnyStr) -> bool: ...
|
||||
def _compare_digest(__a: AnyStr, __b: AnyStr) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user