python scanning: remove redundant incref/decref_method annotations

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-07-21 11:43:05 +01:00
parent d711e853d0
commit fd2cf07d30

View File

@@ -52,14 +52,10 @@ type_annotations = {
'ignore': None,
},
'::ns3::AttributeChecker': {
'incref_method': 'Ref',
'decref_method': 'Unref',
'automatic_type_narrowing': 'true',
'allow_subclassing': 'false',
},
'::ns3::AttributeValue': {
'incref_method': 'Ref',
'decref_method': 'Unref',
'automatic_type_narrowing': 'true',
'allow_subclassing': 'false',
},