File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Variable Attributes
59
59
60
60
.. attribute :: Variable.inconverter
61
61
62
- This read-write attribute specifies the method used to convert data from
62
+ This read-only attribute specifies the method used to convert data from
63
63
Python to the Oracle database. The method signature is converter(value)
64
64
and the expected return value is the value to bind to the database. If this
65
65
attribute is None, the value is bound directly without any conversion.
@@ -78,7 +78,7 @@ Variable Attributes
78
78
79
79
.. attribute :: Variable.outconverter
80
80
81
- This read-write attribute specifies the method used to convert data from
81
+ This read-only attribute specifies the method used to convert data from
82
82
the Oracle database to Python. The method signature is converter(value)
83
83
and the expected return value is the value to return to Python. If this
84
84
attribute is None, the value is returned directly without any conversion.
You can’t perform that action at this time.
0 commit comments