We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5847bb9 commit 0ba6bfcCopy full SHA for 0ba6bfc
iptc/ip6tc.py
@@ -554,6 +554,7 @@ class Table6(Table):
554
instantiated before, then it will be reused. To get access to e.g. the
555
filter table:
556
557
+ >>> import iptc
558
>>> table = iptc.Table6(iptc.Table6.FILTER)
559
560
The interface provided by *Table* is rather low-level, in fact it maps to
0 commit comments