Sometime it's useful to parse and save some small dict. The proposition is to add a comment `#parse` for the line that should be parsed and saved. ``` parameters = some_function_that return_dict # parse ```
Sometime it's useful to parse and save some small dict.
The proposition is to add a comment
#parsefor the line that should be parsed and saved.