Home
last modified time | relevance | path

Searched refs:__global_counter (Results 1 – 1 of 1) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_patch.py91 __global_counter: ClassVar[int] = 0 variable in Patch
117 self.id = Patch.__global_counter
118 Patch.__global_counter += 1