Unanswered
			
			
 
			
	
		
			
		
		
		
		
	
			
		
		Is There Any Difference In:
Hi  HelplessCrocodile8
yes there is:
in the first case, the  new_key  will be automatically logged:a_dict = {} a_dict = task.connect(a_dict) a_dict['new_key'] = 42In the second example changes to the "object" passed to connect are not tracked
make sense ?
281 Views
				0
Answers
				
					 
	4 years ago
				
					
						 
	2 years ago