Home | History | Annotate | Download | only in Lib

Lines Matching defs:defaults

17 Intrinsic defaults can be specified by passing them into the
27 __init__(defaults=None)
28 create the parser and specify a dictionary of intrinsic defaults. The
52 The filename defaults to fp.name; it is only used in error
57 expanded in the return values, based on the defaults passed into the
60 contents override any pre-existing defaults.
232 def __init__(self, defaults=None, dict_type=_default_dict,
241 if defaults:
242 for key, value in defaults.items():
245 def defaults(self):
594 in `vars' (if provided), `section', and in `defaults' in that order.
630 defaults passed into the constructor, unless the optional argument
633 any pre-existing defaults.