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 6ab1d7a commit a3f4cc7Copy full SHA for a3f4cc7
test/core_wrapper_features_unittest.py
@@ -70,6 +70,12 @@ def test_const_Standard_Integer_byref(self):
70
self.assertEqual(t.Value(1), 3)
71
self.assertEqual(t.Value(2), 33)
72
73
+ def test_handle_standard_transient_copy(self):
74
+ def evil_function(t):
75
+ handle = Handle_Standard_Transient(t)
76
+ t = Standard_Transient()
77
+ evil_function(t)
78
+
79
def test_list(self):
80
'''
81
Test python lists features
0 commit comments