check_type¶
-
sknano.core.meta.check_type(obj, allowed_types=())[source] [edit on github][source]¶ Check object type against tuple of
allowed_types.Parameters: Raises: TypeError– Ifvaluefailsisinstancecheck againstallowed_types.
sknano.core.meta.check_type(obj, allowed_types=())[source] [edit on github][source]¶Check object type against tuple of allowed_types.
| Parameters: | |
|---|---|
| Raises: |
|