Lines Matching refs:python
29 .. code-block:: python
33 log_info("python: Could not register EDNS option {}".format(65001))
60 The lists' contents can be accessed in python by their ``_iter`` counterpart as
63 .. code-block:: python
67 log_info("python: Code: {}, Data: '{}'".format(o.code,
76 **must** be represented with a python ``bytearray``:
78 .. code-block:: python
83 log_info("python: Could not append EDNS option {}".format(o.code))
87 .. code-block:: python
90 log_info("python: Option code {} was not found in the "
110 .. code-block:: python
117 log_info("python: searching for edns option code 65001 during NEW "
121 log_info("python: found edns option code 65001")
125 log_info("python: enabled no_cache_lookup")
130 log_info("python: enabled no_cache_store")
143 module-config: "validator python iterator"
147 python-script: "./examples/edns.py"
191 :language: python