mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
pep8
This commit is contained in:
parent
ff63cbb75e
commit
ca1a05ce43
@ -1187,12 +1187,10 @@ attrconverters = {
|
||||
((TABLENS,'border-color'), None): cnv_string,
|
||||
((TABLENS,'border-model'), None): cnv_string,
|
||||
((TABLENS,'buttons'), None): cnv_string,
|
||||
((TABLENS,'buttons'), None): cnv_string,
|
||||
# ((TABLENS,u'case-sensitive'), None): cnv_boolean,
|
||||
((TABLENS,'case-sensitive'), None): cnv_string,
|
||||
((TABLENS,'cell-address'), None): cnv_string,
|
||||
((TABLENS,'cell-range-address'), None): cnv_string,
|
||||
((TABLENS,'cell-range-address'), None): cnv_string,
|
||||
((TABLENS,'cell-range'), None): cnv_string,
|
||||
((TABLENS,'column'), None): cnv_integer,
|
||||
((TABLENS,'comment'), None): cnv_string,
|
||||
@ -1242,7 +1240,6 @@ attrconverters = {
|
||||
((TABLENS,'filter-options'), None): cnv_string,
|
||||
((TABLENS,'formula'), None): cnv_formula,
|
||||
((TABLENS,'function'), None): cnv_string,
|
||||
((TABLENS,'function'), None): cnv_string,
|
||||
((TABLENS,'grand-total'), None): cnv_string,
|
||||
((TABLENS,'group-by-field-number'), None): cnv_nonNegativeInteger,
|
||||
((TABLENS,'grouped-by'), None): cnv_string,
|
||||
@ -1257,7 +1254,6 @@ attrconverters = {
|
||||
((TABLENS,'is-sub-table'), None): cnv_boolean,
|
||||
((TABLENS,'label-cell-range-address'), None): cnv_string,
|
||||
((TABLENS,'language'), None): cnv_token,
|
||||
((TABLENS,'language'), None): cnv_token,
|
||||
((TABLENS,'last-column-spanned'), None): cnv_positiveInteger,
|
||||
((TABLENS,'last-row-spanned'), None): cnv_positiveInteger,
|
||||
((TABLENS,'layout-mode'), None): cnv_string,
|
||||
@ -1272,7 +1268,6 @@ attrconverters = {
|
||||
((TABLENS,'mode'), None): cnv_string,
|
||||
((TABLENS,'multi-deletion-spanned'), None): cnv_integer,
|
||||
((TABLENS,'name'), None): cnv_string,
|
||||
((TABLENS,'name'), None): cnv_string,
|
||||
((TABLENS,'null-year'), None): cnv_positiveInteger,
|
||||
((TABLENS,'number-columns-repeated'), None): cnv_positiveInteger,
|
||||
((TABLENS,'number-columns-spanned'), None): cnv_positiveInteger,
|
||||
@ -1284,10 +1279,8 @@ attrconverters = {
|
||||
((TABLENS,'on-update-keep-size'), None): cnv_boolean,
|
||||
((TABLENS,'on-update-keep-styles'), None): cnv_boolean,
|
||||
((TABLENS,'operator'), None): cnv_string,
|
||||
((TABLENS,'operator'), None): cnv_string,
|
||||
((TABLENS,'order'), None): cnv_string,
|
||||
((TABLENS,'orientation'), None): cnv_string,
|
||||
((TABLENS,'orientation'), None): cnv_string,
|
||||
((TABLENS,'page-breaks-on-group-change'), None): cnv_boolean,
|
||||
((TABLENS,'parse-sql-statement'), None): cnv_boolean,
|
||||
((TABLENS,'password'), None): cnv_string,
|
||||
@ -1313,8 +1306,6 @@ attrconverters = {
|
||||
((TABLENS,'show-filter-button'), None): cnv_boolean,
|
||||
((TABLENS,'sort-mode'), None): cnv_string,
|
||||
((TABLENS,'source-cell-range-addresses'), None): cnv_string,
|
||||
((TABLENS,'source-cell-range-addresses'), None): cnv_string,
|
||||
((TABLENS,'source-field-name'), None): cnv_string,
|
||||
((TABLENS,'source-field-name'), None): cnv_string,
|
||||
((TABLENS,'source-name'), None): cnv_string,
|
||||
((TABLENS,'sql-statement'), None): cnv_string,
|
||||
@ -1332,8 +1323,6 @@ attrconverters = {
|
||||
((TABLENS,'table'), None): cnv_integer,
|
||||
((TABLENS,'table-name'), None): cnv_string,
|
||||
((TABLENS,'target-cell-address'), None): cnv_string,
|
||||
((TABLENS,'target-cell-address'), None): cnv_string,
|
||||
((TABLENS,'target-range-address'), None): cnv_string,
|
||||
((TABLENS,'target-range-address'), None): cnv_string,
|
||||
((TABLENS,'title'), None): cnv_string,
|
||||
((TABLENS,'track-changes'), None): cnv_boolean,
|
||||
@ -1343,7 +1332,6 @@ attrconverters = {
|
||||
((TABLENS,'used-hierarchy'), None): cnv_integer,
|
||||
((TABLENS,'user-name'), None): cnv_string,
|
||||
((TABLENS,'value'), None): cnv_string,
|
||||
((TABLENS,'value'), None): cnv_string,
|
||||
((TABLENS,'value-type'), None): cnv_string,
|
||||
((TABLENS,'visibility'), None): cnv_string,
|
||||
((TEXTNS,'active'), None): cnv_boolean,
|
||||
@ -1426,7 +1414,6 @@ attrconverters = {
|
||||
((TEXTNS,'is-list-header'), None): cnv_boolean,
|
||||
((TEXTNS,'isbn'), None): cnv_string,
|
||||
((TEXTNS,'issn'), None): cnv_string,
|
||||
((TEXTNS,'issn'), None): cnv_string,
|
||||
((TEXTNS,'journal'), None): cnv_string,
|
||||
((TEXTNS,'key'), None): cnv_string,
|
||||
((TEXTNS,'key1'), None): cnv_string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user