| 1 | //! Python bridge provider for calling Python embedding implementations |
| 2 | //! |
| 3 | //! This provider wraps a Python object that implements the embedding interface |
| 4 | //! and forwards requests to it, converting between Rust and Python types. |
nothing calls this directly
no outgoing calls
no test coverage detected