ClonedRepoInfo#
- class mobu.models.repo.ClonedRepoInfo(dir, path, hash)#
Bases:
object
Information about a cloned git repo.
- Parameters:
dir (
TemporaryDirectory
)path (
Path
)hash (
str
)
Attributes Summary
Attributes Documentation
-
dir:
TemporaryDirectory
= <dataclasses._MISSING_TYPE object>#
-
path:
Path
= <dataclasses._MISSING_TYPE object>#