mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 10:52:31 +08:00
Add missing defaults to third-party stubs (#14617)
This commit is contained in:
@@ -91,7 +91,7 @@ class LuaRuntime:
|
||||
def require(self, modulename: str) -> object: ...
|
||||
def globals(self) -> _LuaTable: ...
|
||||
def table(self, *items: Any, **kwargs: Any) -> _LuaTable: ...
|
||||
def table_from(self, *args: Any, recursive: bool = ...) -> _LuaTable: ...
|
||||
def table_from(self, *args: Any, recursive: bool = False) -> _LuaTable: ...
|
||||
def nogc(self) -> _LuaNoGC: ...
|
||||
def gccollect(self) -> None: ...
|
||||
def set_max_memory(self, max_memory: int, total: bool = False) -> None: ...
|
||||
|
||||
@@ -91,7 +91,7 @@ class LuaRuntime:
|
||||
def require(self, modulename: str) -> object: ...
|
||||
def globals(self) -> _LuaTable: ...
|
||||
def table(self, *items: Any, **kwargs: Any) -> _LuaTable: ...
|
||||
def table_from(self, *args: Any, recursive: bool = ...) -> _LuaTable: ...
|
||||
def table_from(self, *args: Any, recursive: bool = False) -> _LuaTable: ...
|
||||
def nogc(self) -> _LuaNoGC: ...
|
||||
def gccollect(self) -> None: ...
|
||||
def set_max_memory(self, max_memory: int, total: bool = False) -> None: ...
|
||||
|
||||
@@ -91,7 +91,7 @@ class LuaRuntime:
|
||||
def require(self, modulename: str) -> object: ...
|
||||
def globals(self) -> _LuaTable: ...
|
||||
def table(self, *items: Any, **kwargs: Any) -> _LuaTable: ...
|
||||
def table_from(self, *args: Any, recursive: bool = ...) -> _LuaTable: ...
|
||||
def table_from(self, *args: Any, recursive: bool = False) -> _LuaTable: ...
|
||||
def nogc(self) -> _LuaNoGC: ...
|
||||
def gccollect(self) -> None: ...
|
||||
def set_max_memory(self, max_memory: int, total: bool = False) -> None: ...
|
||||
|
||||
@@ -91,7 +91,7 @@ class LuaRuntime:
|
||||
def require(self, modulename: str) -> object: ...
|
||||
def globals(self) -> _LuaTable: ...
|
||||
def table(self, *items: Any, **kwargs: Any) -> _LuaTable: ...
|
||||
def table_from(self, *args: Any, recursive: bool = ...) -> _LuaTable: ...
|
||||
def table_from(self, *args: Any, recursive: bool = False) -> _LuaTable: ...
|
||||
def nogc(self) -> _LuaNoGC: ...
|
||||
def gccollect(self) -> None: ...
|
||||
def set_max_memory(self, max_memory: int, total: bool = False) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user