A PPD file.
|
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
a new object with type S, a subtype of T
|
|
integer
|
|
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. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|