Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_clang.py126 class CTypesCallable(Protocol[_T, _U]): class
144 _function: CTypesCallable[_T, _U]
146 def __init__(self, function: CTypesCallable[_T, _U]) -> None:
250 return ClangFunction(TYPE_CAST(CTypesCallable[_T, _U], func))