mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs
This commit is contained in:
15
odoo-stubs/cli/db.pyi
Normal file
15
odoo-stubs/cli/db.pyi
Normal file
@@ -0,0 +1,15 @@
|
||||
from typing import Callable
|
||||
|
||||
from . import Command
|
||||
|
||||
eprint: Callable
|
||||
|
||||
class Db(Command):
|
||||
name: str
|
||||
def run(self, cmdargs): ...
|
||||
def load(self, args) -> None: ...
|
||||
def dump(self, args) -> None: ...
|
||||
def duplicate(self, args) -> None: ...
|
||||
def rename(self, args) -> None: ...
|
||||
def drop(self, args) -> None: ...
|
||||
def _check_target(self, target, *, delete_if_exists) -> None: ...
|
||||
Reference in New Issue
Block a user