Home
last modified time | relevance | path

Searched defs:wrapper (Results 1 – 5 of 5) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_timeout.py50 def wrapper(*args: _P.args, **kwargs: _P.kwargs) ->_T: function
/petsc/src/binding/petsc4py/docs/source/
H A Dconf.py284 def wrapper(*args, **kwargs): function
302 def wrapper(*args, **kwargs): function
/petsc/src/binding/petsc4py/test/
H A Dtest_dmplex.py428 def wrapper(self, *args, **kwargs): function
437 def wrapper(self, *args, **kwargs): function
450 def wrapper(self, *args, **kwargs): function
/petsc/src/mat/impls/htool/
H A Dhtool.hpp52 WrapperHtool *wrapper; member
/petsc/lib/petsc/bin/
H A DPetscBinaryIO.py48 def update_wrapper_with_doc(wrapper, wrapped): argument