-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The code mystifies me @rsgalloway
Lines 70 to 75 in 963fa2c
| def _set_data(self, data: dict): | |
| """Sets data. | |
| :param data: data dictionary | |
| """ | |
| self.data = dotdictify(data) |
self.data == None
True
data
{'type': 'PublishedFile', 'code': 'DEV_1000_comp_PIPE_v001.mov'}
data2 = dotdictify(data)
data2
{'type': 'PublishedFile', 'code': 'DEV_1000_comp_PIPE_v001.mov'}
self.data = data
self.data
{'type': 'PublishedFile', 'code': 'DEV_1000_comp_PIPE_v001.mov'}
self.data = data2
self.data
{'type': 'PublishedFile', 'code': 'DEV_1000_comp_PIPE_v001.mov', 'id': {}, 'name': {}, 'content': {}}do you have any idea of what is happening there?
Metadata
Metadata
Assignees
Labels
No labels