File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Variable Attributes
5959
6060.. attribute :: Variable.inconverter
6161
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
6363 Python to the Oracle database. The method signature is converter(value)
6464 and the expected return value is the value to bind to the database. If this
6565 attribute is None, the value is bound directly without any conversion.
@@ -78,7 +78,7 @@ Variable Attributes
7878
7979.. attribute :: Variable.outconverter
8080
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
8282 the Oracle database to Python. The method signature is converter(value)
8383 and the expected return value is the value to return to Python. If this
8484 attribute is None, the value is returned directly without any conversion.
You can’t perform that action at this time.
0 commit comments