Searched refs:CommitDict (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/bin/pick/ | ||
| H A D | core.py | 38 class CommitDict(typing_extensions.TypedDict): class in inherits:typing_extensions.TypedDict 124 def to_json(self) -> 'CommitDict': 130 return typing.cast('CommitDict', d) 133 def from_json(cls, data: 'CommitDict') -> 'Commit': argument |
Completed in 3 milliseconds