# 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/a3f016b2a6c4af535df275545f76fa7424aa39e5/libs/genai/langchain_google_genai/_function_utils.py#L764)