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
- Host: GitHub
- URL: https://github.com/zmievsa/issubclass
- Owner: zmievsa
- License: mit
- Created: 2023-02-07T12:27:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T15:22:14.000Z (over 2 years ago)
- Last Synced: 2025-02-07T15:45:24.611Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# issubclass
issubclass() builtin that doesn't raise TypeError when arguments are not classes
## Installation
```bash
pip install issubclass
```