Skip to content

hsghost/ClassFactroy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClassFactroy

Metaclass Based Class Factory Example

This example demonstrates the suggested use of the metaclass technique for dynamically creating classes based on the metaclass.

File: Factory.py

Written in Python 2.7

Change Log:

    4/21/2016 - Added example demonstrating the overriding of the 
                __init__ function on the dynamically generated factory 
                product classes.

    3/20/2016 - Initial release.

About

Metaclass Based Class Factory Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages