/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 | 997 filters: Iterable[Callable[[Any], Any]] = (), argument 1563 def func_wrapper(test_case: QMPTestCase, *args: List[Any], 1585 def func_wrapper(test_case: QMPTestCase, *args: List[Any], 1640 **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 | 1275 features: Optional[List[Dict[str, Any]]], argument 1293 ifcond: Optional[Union[str, Dict[str, Any]]], argument 1302 self, values: List[Dict[str, Any]], info: Optional[QAPISourceInfo] argument 1356 features: Optional[List[Dict[str, Any]]], argument 1371 data: Dict[str, Any], argument
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qom_common.py | 47 def make(cls, value: Dict[str, Any]) -> 'ObjectPropertyInfo': argument 78 def make(cls, value: Dict[str, Any]) -> 'ObjectPropertyValue': argument 102 def make(cls, value: Dict[str, Any]) -> 'ObjectPropertiesValues': argument 135 def register(cls, subparsers: Any) -> None:
|
/openbmc/bmcweb/scripts/ |
H A D | parse_registries.py | 182 privilege_list: t.List[t.Dict[str, t.Any]], 206 privilege_list: t.List[t.Dict[str, t.Any]], 279 entry: t.Dict[str, t.Any],
|
/openbmc/qemu/python/scripts/ |
H A D | mkvenv.py | 212 def __init__(self, *args: Any, **kwargs: Any) -> None: 841 def _add_create_subcommand(subparsers: Any) -> None: 851 def _add_post_init_subcommand(subparsers: Any) -> None: 855 def _add_ensuregroup_subcommand(subparsers: Any) -> None:
|
/openbmc/qemu/docs/sphinx/ |
H A D | compat.py | 91 inliner: Any = None, 92 location: Any = None,
|
H A D | qapi_domain.py | 489 def make_field(self, *args: Any, **kwargs: Any) -> nodes.field: 817 location: Any = None, 849 self, docnames: AbstractSet[str], otherdata: Dict[str, Any] argument
|
H A D | dbusdomain.py | 362 self, name: str, objtype: str, node_id: str, location: Any = None
|
H A D | qapidoc.py | 443 def __init__(self, env: Any, qapidir: str) -> None:
|
/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/openbmc-build-scripts/tools/ |
H A D | config-clang-tidy | 233 def format_yaml_output(data: Dict[str, Any]) -> str: argument
|
/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: argument
|
/openbmc/qemu/scripts/ |
H A D | compare-machine-types.py | 214 def __init__(self, raw_mt_dict: Dict[str, Any], argument
|