haive.core.schema.compatibility.analyzer¶
Advanced type analysis engine for deep type introspection.
Classes¶
Advanced type analysis with caching and deep introspection. |
Module Contents¶
- class haive.core.schema.compatibility.analyzer.TypeAnalyzer(cache_size=1000)[source]¶
Advanced type analysis with caching and deep introspection.
Initialize analyzer with cache.
- Parameters:
cache_size (int)
- analyze_schema(schema_type)[source]¶
Analyze a Pydantic BaseModel schema.
- Parameters:
schema_type (type[pydantic.BaseModel])
- Return type: