Skip to content

Instantly share code, notes, and snippets.

View JacobFV's full-sized avatar
🧑‍💻
Building the thing

Jacob Valdez JacobFV

🧑‍💻
Building the thing
View GitHub Profile
@JacobFV
JacobFV / inspect_mate.py
Created April 13, 2023 16:14 — forked from MacHu-GWU/inspect_mate.py
``inspect_mate`` provides more methods to get information about class attribute than the standard library ``inspect``.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
``inspect_mate`` provides more methods to get information about class attribute
than the standard library ``inspect``.
This module is Python2/3 compatible, tested under Py2.7, 3.3, 3.4, 3.5, 3.6.
Includes tester function to check: