controller.utilities.git.check_file_younger_than

controller.utilities.git.check_file_younger_than(gitobj, filename, timestamp)[source]
Parameters:
  • gitobj (Repo)

  • filename (Path)

  • timestamp (Union[str, float])

Return type:

tuple[bool, float, datetime]