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