summaryrefslogtreecommitdiff
path: root/contrib/python/examples/python3/ldns-buf.py
blob: 498d51f6c3af2f77564352baea503ef501b6ce40 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python

import ldns

buf = ldns.ldns_buffer(1024)
buf.printf("Test buffer")
print(buf)