# safe_import

> **Function** in `langchain_google_genai`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-genai/_function_utils/safe_import)

## Signature

```python
safe_import(
    module_name: str,
    attribute_name: str = '',
) -> bool
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/da7a42ef96e3f81a107bf1ad1a1ac938c1e56c3b/libs/genai/langchain_google_genai/_function_utils.py#L781)