Almost completed refactoring of source docstrings for new doc system
This commit is contained in:
parent
2208a3030c
commit
9fbfc8f8d0
18 changed files with 331 additions and 332 deletions
|
|
@ -109,9 +109,9 @@ class BaseOption(object):
|
|||
|
||||
def save(self, **kwargs):
|
||||
"""
|
||||
Stores the current value using .handler.save_handler(self.key, value, **kwargs)
|
||||
where kwargs are a combination of those passed into this function and the
|
||||
ones specified by the OptionHandler.
|
||||
Stores the current value using `.handler.save_handler(self.key, value, **kwargs)`
|
||||
where `kwargs` are a combination of those passed into this function and
|
||||
the ones specified by the `OptionHandler`.
|
||||
|
||||
Keyword args:
|
||||
any (any): Not used by default. These are passed in from self.set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue