Home
last modified time | relevance | path

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

/llvm-project/polly/utils/
H A Dargparse.py1272 kwargs = self._get_optional_kwargs(*args, **kwargs)
1385 def _get_optional_kwargs(self, *args, **kwargs): member in _ActionsContainer