Exemple #1
0
 def test_object_full_in(self):
     object_ = GIMarshallingTests.Object(int=42)
     GIMarshallingTests.object_full_in(object_)
     self.assertEquals(object_.__grefcount__, 1)