Lines Matching refs:default
226 def __init__(self, name, default="", value_map=misc.EmptyDict):
238 self.value = default
275 return self.__class__(self.name, default=self.value,
339 def __init__(self, name_pattern, allowed=None, default=None,
356 self.__default = default
362 default=self.__default, prop_type=self.__prop_type,
374 pargs["default"] = self.__default
395 def __init__(self, name, default=False, value_map=misc.EmptyDict):
396 Property.__init__(self, name, default=default,
422 def __init__(self, name, default=0, maximum=None,
428 Property.__init__(self, name, default=default,
492 def __init__(self, name, allowed=misc.EmptyI, default="",
495 Property.__init__(self, name, default=default,
853 def __init__(self, name, default="0", value_map=misc.EmptyDict):
854 Property.__init__(self, name, default=default,
1048 to override any default values initially assigned during
1155 # the default type.
1185 """Returns the configuration object to its default state."""
1369 it will be used to override any default values initially
1373 # Initialize to default state.
1479 to override any default values initially assigned during
1510 # Assume default configuration.
1539 # Reset to initial state to ensure the default set of properties
1581 it will be used to override any default values initially
1759 to override any default values initially assigned during
1840 # Reset to initial state to ensure the default set of properties
1904 it will be used to override any default values initially