~.helpers
Helpers
verify_type
Verify that the provided object is an instance of the type.
| PARAMETER | DESCRIPTION |
|---|---|
obj
|
The object instance to check the type.
TYPE:
|
_type
|
The object type to check for.
TYPE:
|
name
|
The name of this object in a generated exception, if an issue occurs.
TYPE:
|
| RAISES | DESCRIPTION |
|---|---|
TypeError
|
If the provided object is not an instance of the type. |