A PPD file.
|
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
a new object with type S, a subtype of T
|
|
integer
|
|
None
|
emit(file,
section)
Output marked options for section to a file. |
|
|
None
|
emitAfterOrder(file,
section,
limit,
min_order)
Output marked options for section to a file. |
|
|
None
|
emitFd(fd,
section)
Output marked options for section to a file descriptor. |
|
|
None
|
emitJCL(file,
job_id,
user,
title)
Emit code for JCL options to a file. |
|
|
None
|
|
string
|
emitString(section,
min_order)
Return a string with the marked options for section, with at least
min_order order dependency. |
|
|
Attribute or
None
|
findAttr(name)
Returns:
matching attribute, or None if not found. |
|
|
Attribute or
None
|
findNextAttr(name)
Returns:
next matching attribute, or None if not found. |
|
|
Option or None
|
findOption(name)
Returns:
named option, or None if not found. |
|
|
None
|
localize()
Localize PPD to the current locale. |
|
|
string or None
|
localizeIPPReason(reason,
scheme)
Localize IPP reason to the current locale. |
|
|
string or None
|
localizeMarkerName(name)
Localize marker name to the current locale. |
|
|
None
|
markDefaults()
Set (mark) all options to their default choices. |
|
|
integer
|
markOption(option,
choice)
Set an option to a particular choice. |
|
|
boolean
|
nondefaultsMarked()
Returns true if any non-default option choices are marked. |
|
|
None
|
writeFd(fd)
Write PPD file, with marked choices as defaults, to file descriptor. |
|
|