Ask a question to get started
Enter to send•Shift+Enter new line
Check if the given class is an instance of Pydantic BaseModel.
BaseModel
Check if the given class is an instance of any of the following:
pydantic.BaseModel
pydantic.v1.BaseModel
is_basemodel_instance( obj: Any, ) -> bool