|
|
| __init__ (self, *args, **kwargs) |
| |
| | process (self, opt, value, values, parser) |
| |
|
|
| ATTRS = optparse.Option.ATTRS + ['validator', 'overrides'] |
| |
Add validation and override support to `optparse.Option`.
Deprecated. Will be removed.
◆ process()
| docutils.frontend.Option.process |
( |
|
self, |
|
|
|
opt, |
|
|
|
value, |
|
|
|
values, |
|
|
|
parser |
|
) |
| |
Call the validator function on applicable settings and
evaluate the 'overrides' option.
Extends `optparse.Option.process`.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/docutils/frontend.py