Searched defs:Any (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | doc_generator.py | 64 def rst_definition(self, key: str, value: Any, level: int = 0) -> str: 150 def parse_mcast_group(self, mcast_group: List[Dict[str, Any]]) -> str: argument 158 def parse_do(self, do_dict: Dict[str, Any], level: int = 0) -> str: argument 175 def parse_op_attributes(self, attrs: Dict[str, Any], level: int = 0) -> str: argument 185 def parse_operations(self, operations: List[Dict[str, Any]], namespace: str) -> str: argument 229 def parse_entries(self, entries: List[Dict[str, Any]], level: int) -> str: argument 256 def parse_definitions(self, defs: Dict[str, Any], namespace: str) -> str: argument 285 def parse_attr_sets(self, entries: List[Dict[str, Any]], namespace: str) -> str: argument 325 def parse_sub_messages(self, entries: List[Dict[str, Any]], namespace: str) -> str: argument 347 def parse_yaml(self, obj: Dict[str, Any]) -> str: argument
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base_device.py | 187 requires: List[Any] = [], 188 excludes: List[Any] = [], 189 req_properties: List[Any] = [], 190 excl_properties: List[Any] = [],
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_config.py | 37 def __eq__(self, other: Any) -> bool:
|
| /linux/tools/perf/python/ |
| H A D | ilist.py | 243 def expand_and_select(self, node: TreeNode[Any]) -> None:
|