Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
docutils.frontend.Values Class Reference
Inheritance diagram for docutils.frontend.Values:
Inheritance graph
[legend]
Collaboration diagram for docutils.frontend.Values:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, *args, **kwargs)
 
 update (self, other_dict, option_parser)
 
 copy (self)
 
 setdefault (self, name, default)
 

Public Attributes

 record_dependencies
 

Detailed Description

Storage for option values.

Updates list attributes by extension rather than by replacement.
Works in conjunction with the `OptionParser.lists` instance attribute.

Deprecated. Will be removed.

Member Function Documentation

◆ copy()

docutils.frontend.Values.copy (   self)
Return a shallow copy of `self`.

◆ setdefault()

docutils.frontend.Values.setdefault (   self,
  name,
  default 
)
Return ``self.name`` or ``default``.

If ``self.name`` is unset, set ``self.name = default``.

The documentation for this class was generated from the following file: