Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/test/
H A Dtest_object.py11 TARGS, KARGS = (), {} variable in BaseTestObject
16 getattr(self.obj, self.FACTORY)(*self.TARGS, **self.KARGS)
265 KARGS = {'nnz': 0, 'comm': PETSc.COMM_SELF} variable in TestObjectMat