GitHub / python-supply / static-checking-via-metaclasses
Python metaclasses are how classes are created, and by defining your own metaclasses you can guide and constrain code contributors in a complex codebase. This article reviews how metaclasses can be employed to implement static checking of user-defined derived classes.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-supply%2Fstatic-checking-via-metaclasses
PURL: pkg:github/python-supply/static-checking-via-metaclasses
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: Jupyter Notebook
Size: 54.7 KB
Dependencies parsed at: Pending
Created at: about 5 years ago
Updated at: over 4 years ago
Pushed at: over 4 years ago
Last synced at: about 2 years ago
Topics: metaclasses, python, python-articles, python-classes, python-introduction, python-metaclasses, static-analysis