An open API service indexing awesome lists of open source software.

https://github.com/zmievsa/issubclass

A safer version of issubclass that silences exceptions
https://github.com/zmievsa/issubclass

Last synced: about 1 year ago
JSON representation

A safer version of issubclass that silences exceptions

Awesome Lists containing this project

README

          

# issubclass

issubclass() builtin that doesn't raise TypeError when arguments are not classes

## Installation

```bash
pip install issubclass
```