OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | iter_change_type (self, change_type) |
Static Public Attributes | |
change_type | |
Implements an Index for diffs, allowing a list of Diffs to be queried by the diff properties. The class improves the diff handling convenience
def iter_change_type | ( | self, | |
change_type | |||
) |
:return: iterator yielding Diff instances that match the given change_type :param change_type: Member of DiffIndex.change_type, namely: * 'A' for added paths * 'D' for deleted paths * 'R' for renamed paths * 'M' for paths with modified data * 'T' for changed in the type paths
|
static |