Typing: improve kivy type stubs (#2681)
This commit is contained in:
9
typings/kivy/uix/image.pyi
Normal file
9
typings/kivy/uix/image.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
import io
|
||||
|
||||
from kivy.graphics.texture import Texture
|
||||
|
||||
|
||||
class CoreImage:
|
||||
texture: Texture
|
||||
|
||||
def __init__(self, data: io.BytesIO, ext: str) -> None: ...
|
||||
Reference in New Issue
Block a user