mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 01:47:36 +03:00 
			
		
		
		
	Merge 7bed1aed5d into 5a1aef9203
				
					
				
			This commit is contained in:
		
						commit
						03edecd96e
					
				| 
						 | 
				
			
			@ -4951,7 +4951,7 @@ def _resolve_calling_module():
 | 
			
		|||
 | 
			
		||||
def _resolve_calling_package_name():
 | 
			
		||||
    module = _resolve_calling_module()
 | 
			
		||||
    return module.__package__
 | 
			
		||||
    return getattr(module, "__package__", None)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
cpdef _copy_parent(object from_, object to, dict memo):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user