Skip to content

Latest commit

History

History
21 lines (15 loc) 路 787 Bytes

File metadata and controls

21 lines (15 loc) 路 787 Bytes

57. Clean Up CIF Deserialisation Helpers

Priority: [priority] low

Type: Maintainability

serialize.py has several TODOs: verify methods after the format_param_value section, extract a helper for quoted-string stripping, find a better way to set _item_type on CategoryCollection, rename it to _item_cls, and remove duplicated param_from_cif logic.

TODOs:

Depends on: nothing.