Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Examples

Here, we provide a few example usages of expedantic features, especially ones that are based on pydantic features.

  • discriminated_unions.py demonstrates the use of 'discriminated unions' feature of pydantic. This feature is handy when a field can be one of multiple composite types.