Home
last modified time | relevance | path

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

/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dhgconfig.py27 UNSET_DEFAULT = uimod._unset variable
55 def configBool(self, section, name, default=UNSET_DEFAULT):
61 def configInt(self, section, name, default=UNSET_DEFAULT):
67 def configString(self, section, name, default=UNSET_DEFAULT):
69 if default is not UNSET_DEFAULT:
77 def configStringList(self, section, name, default=UNSET_DEFAULT):
79 if default is not UNSET_DEFAULT:
H A Dthgrepo.py453 def configBool(self, section, name, default=hgconfig.UNSET_DEFAULT):
457 def configInt(self, section, name, default=hgconfig.UNSET_DEFAULT):
461 def configString(self, section, name, default=hgconfig.UNSET_DEFAULT):
465 def configStringList(self, section, name, default=hgconfig.UNSET_DEFAULT):