Home | History | Annotate | Download | only in python2.7

Lines Matching refs:specified

192     Return the module specified by `module`.  In particular:
433 are left at their default value (as specified by the
822 the given object. If the module is not specified or is None, then
826 - As a default namespace, if `globs` is not specified.
844 for each DocTest. If `globs` is not specified, then it
845 defaults to the module's `__dict__`, if specified, or {}
846 otherwise. If `extraglobs` is not specified, then it defaults
850 # If name was not specified, then extract it from the object.
1392 specified, then it will default to the set of future-import
1449 summary is. If the verbosity is not specified, then the
1911 "package" argument is specified, then it is relative to that
1926 specified, then the calling module's directory is used as the base
1981 raise ValueError("Package may only be specified for module-"
2032 Python compiler when running the examples. If not specified, then
2429 raise ValueError("Package may only be specified for module-"
2441 # If an encoding is specified, use it to convert the file to unicode
2462 directory; but if the "package" argument is specified, then
2475 If "package" is not specified, then the calling module's