schema_adapter
π€ AI-Generated Content
This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
pyvider.conversion.schema_adapter
¶
Classes¶
Functions¶
pvs_schema_to_proto
async
¶
Converts a PvsSchema into a protobuf Schema message.
Caches by object identity since PvsSchema is frozen (immutable). Stores a reference to the source object to prevent id reuse after GC.