diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-08-02 15:31:42 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-08-02 15:31:42 +0200 |
| commit | 82ed2ce73fb57166d0e47f164f1f9bdc6c821389 (patch) | |
| tree | a32cd0e8db583639755f38d9e9fc34ba6c489ecd /doc | |
| parent | f4cd218da7c85dcbaa46bc5c857c9af72ad0bf1b (diff) | |
| download | python-apt-82ed2ce73fb57166d0e47f164f1f9bdc6c821389.tar.gz | |
doc/library/apt_pkg.rst: Document Configuration.dump().
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/library/apt_pkg.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index b91790db..81dafd54 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -1828,6 +1828,11 @@ Configuration and Command-line parsing Remove the option at *key* and all of its children. + .. method:: dump() -> str + + Return a string containing the values in the configuration object, + in the standard :manpage:`apt.conf(5)` format. + .. method:: exists(key) Check whether an option named *key* exists in the configuration. |
