(value: list[dict[str, str | list[dict[str, str | list[int]]]]])
| 427 | |
| 428 | @staticmethod |
| 429 | def _makeListOfDictsAttribute(value: list[dict[str, str | list[dict[str, str | list[int]]]]]) -> Attribute: |
| 430 | return GithubObject.__makeSimpleListAttribute(value, dict) |
| 431 | |
| 432 | @staticmethod |
| 433 | def _makeListOfListOfStringsAttribute( |
no test coverage detected