Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dconfig.py43 _UNSET = object() variable
52 def options(self, section, default=_UNSET):
62 if default is not _UNSET:
66 def items(self, section=_UNSET, default=_UNSET):
68 if section is _UNSET:
74 if default is not _UNSET: