Skip to content

Instantly share code, notes, and snippets.

View radzak's full-sized avatar
🎯
Focusing

Radosław Krzak radzak

🎯
Focusing
  • MoonPay
  • Poznań, Poland
View GitHub Profile
@MacHu-GWU
MacHu-GWU / inspect_mate.py
Created May 9, 2017 20:34
``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: