Searched defs:Any (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/tools/net/ynl/pyynl/ |
D | ynl_gen_rst.py | 60 def rst_definition(key: str, value: Any, level: int = 0) -> str: 145 def parse_mcast_group(mcast_group: List[Dict[str, Any]]) -> str: argument 154 def parse_do(do_dict: Dict[str, Any], level: int = 0) -> str: argument 167 def parse_do_attributes(attrs: Dict[str, Any], level: int = 0) -> str: argument 176 def parse_operations(operations: List[Dict[str, Any]], namespace: str) -> str: argument 210 def parse_entries(entries: List[Dict[str, Any]], level: int) -> str: argument 235 def parse_definitions(defs: Dict[str, Any], namespace: str) -> str: argument 260 def parse_attr_sets(entries: List[Dict[str, Any]], namespace: str) -> str: argument 291 def parse_sub_messages(entries: List[Dict[str, Any]], namespace: str) -> str: argument 311 def parse_yaml(obj: Dict[str, Any]) -> str: argument
|
/linux-6.14.4/tools/testing/selftests/hid/tests/ |
D | base_device.py | 178 requires: List[Any] = [], 179 excludes: List[Any] = [], 180 req_properties: List[Any] = [], 181 excl_properties: List[Any] = [],
|
/linux-6.14.4/tools/testing/kunit/ |
D | kunit_config.py | 37 def __eq__(self, other: Any) -> bool:
|