/openbmc/qemu/python/qemu/qmp/ |
H A D | util.py | 87 def create_task(coro: Coroutine[Any, Any, T], 152 def asyncio_run(coro: Coroutine[Any, Any, T], *, debug: bool = False) -> T:
|
H A D | models.py | 29 def __init__(self, raw: Mapping[str, Any]): argument 63 def __init__(self, raw: Mapping[str, Any]): argument 91 def __init__(self, raw: Mapping[str, Any]): argument 113 def __init__(self, raw: Mapping[str, Any]): argument 135 def __init__(self, raw: Mapping[str, Any]): argument
|
H A D | protocol.py | 136 def _wrapper(proto: 'AsyncProtocol[Any]', 137 *args: Any, **kwargs: Any) -> Any: 764 def _done(task: Optional['asyncio.Future[Any]']) -> bool:
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testrunner.py | 99 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: 159 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
|
H A D | testenv.py | 294 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
|
H A D | iotests.py | 979 filters: Iterable[Callable[[Any], Any]] = (), argument 1545 def func_wrapper(test_case: QMPTestCase, *args: List[Any], 1567 def func_wrapper(test_case: QMPTestCase, *args: List[Any], 1622 **kwargs: Any
|
/openbmc/qemu/scripts/qapi/ |
H A D | common.py | 202 def gen_ifcond(ifcond: Optional[Union[str, Dict[str, Any]]], argument 206 def do_gen(ifcond: Union[str, Dict[str, Any]], argument 221 def gen_infix(operator: str, operands: Sequence[Any]) -> str: 229 def cgen_ifcond(ifcond: Optional[Union[str, Dict[str, Any]]]) -> str: argument 233 def docgen_ifcond(ifcond: Optional[Union[str, Dict[str, Any]]]) -> str: argument
|
H A D | schema.py | 1256 features: Optional[List[Dict[str, Any]]], argument 1268 ifcond: Optional[Union[str, Dict[str, Any]]], argument 1277 self, values: List[Dict[str, Any]], info: Optional[QAPISourceInfo] argument 1331 features: Optional[List[Dict[str, Any]]], argument 1346 data: Dict[str, Any], argument
|
/openbmc/qemu/python/scripts/ |
H A D | mkvenv.py | 156 def __init__(self, *args: Any, **kwargs: Any) -> None: 785 def _add_create_subcommand(subparsers: Any) -> None: 795 def _add_post_init_subcommand(subparsers: Any) -> None: 799 def _add_ensuregroup_subcommand(subparsers: Any) -> None:
|
/openbmc/bmcweb/scripts/ |
H A D | parse_registries.py | 166 privilege_list: t.List[t.Dict[str, t.Any]], 190 privilege_list: t.List[t.Dict[str, t.Any]], 262 entry: t.Dict[str, t.Any],
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 688 args: Dict[str, Any]) -> Dict[str, object]: argument 697 **args: Any) -> QMPMessage: 719 **args: Any) -> QMPReturnValue: 758 def event_match(event: Any, match: Optional[Any]) -> bool: 803 events: Sequence[Tuple[str, Any]], argument
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qom_common.py | 47 def make(cls, value: Dict[str, Any]) -> 'ObjectPropertyInfo': argument 89 def register(cls, subparsers: Any) -> None:
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_config.py | 37 def __eq__(self, other: Any) -> bool:
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | patching.py | 269 def _matches_of_type(self, klass: Type[Any]) -> Iterable[FileMatch]: 324 def _matches_of_type(self, klass: Type[Any]) -> List[FileMatch]: 424 def _matches_of_type(self, klass: Type[Any]) -> Iterable[FileMatch]:
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | build-unit-test-docker | 61 def __init_subclass__(cls, **kwargs: Any) -> None:
|
/openbmc/qemu/scripts/ |
H A D | compare-machine-types.py | 214 def __init__(self, raw_mt_dict: Dict[str, Any], argument
|
/openbmc/qemu/docs/sphinx/ |
H A D | dbusdomain.py | 362 self, name: str, objtype: str, node_id: str, location: Any = None
|