pub fn python_resource_to_value(
    label: &str,
    type_values: &TypeValues,
    call_stack: &mut CallStack,
    resource: &PythonResource<'_>,
    policy: &PythonPackagingPolicyValue
) -> ValueResult