Files
unbound/pythonmod
Torbjörn Lönnemark 9af8080f2b Fix python module len() implementations
They were all missing the 'self.' prefix when accessing the 'obj'
instance variable, causing the following exception when attempting to
call len() on (for example) a ReplyInfo_RRSet:

  File "/usr/lib/python3.7/site-packages/unboundmodule.py", line 377, in __len__
    def __len__(self): return obj.rrset_count
NameError: name 'obj' is not defined
2020-07-22 03:13:00 +02:00
..
2017-01-19 11:51:47 +00:00
2009-03-26 09:31:28 +00:00
2009-03-26 09:31:28 +00:00
2009-03-26 09:31:28 +00:00
2009-03-26 09:31:28 +00:00
2009-03-26 09:31:28 +00:00
2009-03-26 15:47:45 +00:00
2009-03-26 15:47:45 +00:00