mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
Update skeletons for min function to fit updated type processing of positional and keyword arguments
This commit is contained in:
@@ -213,7 +213,7 @@ def min(*args, key=None, default=None):
|
||||
"""Return the smallest item in an iterable or the smallest of two or more
|
||||
arguments.
|
||||
|
||||
:type args: tuple[T]
|
||||
:type args: T
|
||||
:rtype: T
|
||||
"""
|
||||
pass
|
||||
|
||||
@@ -225,7 +225,7 @@ def min(*args, key=None, default=None):
|
||||
"""Return the smallest item in an iterable or the smallest of two or more
|
||||
arguments.
|
||||
|
||||
:type args: tuple[T]
|
||||
:type args: T
|
||||
:rtype: T
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user