mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-07 08:28:28 +08:00
Add missing defaults to third-party stubs (#14617)
This commit is contained in:
@@ -183,4 +183,4 @@ class ShapedStr(str):
|
||||
def shapeStr(s: str, fontName: str, fontSize: float, force: bool = False): ...
|
||||
def freshTTFont(ttfn, ttfpath, **kwds) -> TTFont: ...
|
||||
def makeShapedFragWord(w, K: list[Incomplete] = [], V: list[Incomplete] = []) -> type[ShapedFragWord]: ...
|
||||
def shapeFragWord(w, features=..., force: bool = False): ...
|
||||
def shapeFragWord(w, features=None, force: bool = False): ...
|
||||
|
||||
Reference in New Issue
Block a user