Sign in
opensecura
/
3p
/
sel4
/
camkes-tool
/
fc89a42f4094a3a70fca55988517ee67c8f16f4e
/
.
/
camkes
/
internal
/
isinstancefallback.py
blob: 20c1299b7ef8e950d2328ac7c625f38c4c91b47f [
file
] [
log
] [
blame
]
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
#
# SPDX-License-Identifier: BSD-2-Clause
#
#
def
isinstance_fallback
(
x
,
type_name
):
return
x
.
__class__
.
__name__
==
type_name