Lines Matching refs:value

21     assert str(instance1) == "ExampleMandA[value=320]"
22 assert str(instance2) == "ExampleMandA[value=32]"
23 assert str(instance1.self1()) == "ExampleMandA[value=320]"
24 assert str(instance1.self2()) == "ExampleMandA[value=320]"
25 assert str(instance1.self3()) == "ExampleMandA[value=320]"
26 assert str(instance1.self4()) == "ExampleMandA[value=320]"
27 assert str(instance1.self5()) == "ExampleMandA[value=320]"
51 assert instance1.value == 320
52 instance1.value = 100
53 assert str(instance1) == "ExampleMandA[value=100]"
73 assert a.value == 123
75 assert a.value == 23
77 assert a.value == 43
79 assert a.value == 49
81 assert a.value == 42
103 assert "unreadable attribute" in str(excinfo.value)
110 assert "unreadable attribute" in str(excinfo.value)
114 assert "can't set attribute" in str(excinfo.value)
121 assert "can't set attribute" in str(excinfo.value)
128 assert "unreadable attribute" in str(excinfo.value)
136 assert "can't set attribute" in str(excinfo.value)
143 assert "unreadable attribute" in str(excinfo.value)
161 assert "unreadable attribute" in str(excinfo.value)
205 assert (str(excinfo.value) ==
214 assert (str(excinfo.value) ==
231 assert ref.value == 1
232 ref.value = 2
233 assert getattr(obj, access + "_ref").value == 2
234 ref.value = 1 # restore original value for static properties
237 assert copy.value == 1
238 copy.value = 2
239 assert getattr(obj, access + "_copy").value == 1
242 assert copy.value == 1
243 copy.value = 2
244 assert getattr(obj, access + "_func").value == 1
248 """When returning an rvalue, the return value policy is automatically changed from
253 assert o.value == 1
256 assert os.value == 1
280 assert str(excinfo.value) == "__dict__ must be set to a dictionary, not a 'list'"
327 loading ArgInspector1 argument WITH conversion allowed. Argument value = hi
330 loading ArgInspector1 argument WITHOUT conversion allowed. Argument value = this is a
331 loading ArgInspector1 argument WITH conversion allowed. Argument value = this is b
333 loading ArgInspector2 argument WITH conversion allowed. Argument value = (default arg inspector 2)
336 loading ArgInspector1 argument WITHOUT conversion allowed. Argument value = this is a
337 loading ArgInspector1 argument WITH conversion allowed. Argument value = this is b
339 loading ArgInspector2 argument WITH conversion allowed. Argument value = (default arg inspector 2)
342 loading ArgInspector1 argument WITHOUT conversion allowed. Argument value = this is a
343 loading ArgInspector1 argument WITH conversion allowed. Argument value = this is b
345 loading ArgInspector2 argument WITH conversion allowed. Argument value = this is d
348 "loading ArgInspector2 argument WITHOUT conversion allowed. Argument value = arg 1")
350 loading ArgInspector2 argument WITH conversion allowed. Argument value = A1
351 loading ArgInspector1 argument WITHOUT conversion allowed. Argument value = A2
358 assert msg(excinfo.value) == """
369 assert msg(excinfo.value) == """
379 assert msg(excinfo.value) == """
392 assert msg(excinfo.value) == (
402 assert msg(excinfo.value) == (
426 assert "incompatible function arguments" in str(excinfo.value)
429 assert "incompatible function arguments" in str(excinfo.value)
432 assert "incompatible function arguments" in str(excinfo.value)
435 assert "incompatible function arguments" in str(excinfo.value)
438 assert "incompatible function arguments" in str(excinfo.value)
443 assert msg(excinfo.value) == """
464 assert msg(excinfo.value) == """