summaryrefslogtreecommitdiff
path: root/contrib/python/docs/source/examples/example3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/docs/source/examples/example3.rst')
-rw-r--r--contrib/python/docs/source/examples/example3.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/python/docs/source/examples/example3.rst b/contrib/python/docs/source/examples/example3.rst
new file mode 100644
index 0000000..91f5e9d
--- /dev/null
+++ b/contrib/python/docs/source/examples/example3.rst
@@ -0,0 +1,7 @@
+High-level functions
+===========================
+
+This basic example shows how to get name by addr and vice versa.
+
+.. literalinclude:: ../../../examples/ldns-higher.py
+ :language: python