Hello,
I am trying to make use of the proj_id and proj_name fields from the info structure.
It seems those are protected fields and cannot be set by directly writing in the dictionary (info['proj_id'] = 12345).
I cannot find setter functions for those fields, and I was wondering if I'm missing something or if this is a missing feature.
Hello,
I am trying to make use of the
proj_idandproj_namefields from the info structure.It seems those are protected fields and cannot be set by directly writing in the dictionary (
info['proj_id'] = 12345).I cannot find setter functions for those fields, and I was wondering if I'm missing something or if this is a missing feature.