mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
chunk_size parameter of get_image accepts None (#12560)
This commit is contained in:
@@ -4,7 +4,7 @@ from typing import Any
|
||||
log: Incomplete
|
||||
|
||||
class ImageApiMixin:
|
||||
def get_image(self, image: str, chunk_size: int = 2097152): ...
|
||||
def get_image(self, image: str, chunk_size: int | None = 2097152): ...
|
||||
def history(self, image): ...
|
||||
def images(self, name: str | None = None, quiet: bool = False, all: bool = False, filters: Incomplete | None = None): ...
|
||||
def import_image(
|
||||
|
||||
Reference in New Issue
Block a user