sknano.core
sknano.core.random_combination_with_replacement
sknano.core.deprecated
sknano.core.
check_type
Check object type against tuple of allowed_types.
obj : object
allowed_types : tuple
tuple of allowed classes and/or types
`TypeError`
If value fails isinstance check against allowed_types.