pyrokinetics.factory

pyrokinetics.factory#

Defines generic factory object.

Factory objects used throughout this project may inherit this class and add additional features, such as filetype inference.

Classes

Factory([super_class])

A variation on the generic 'factory' pattern, as defined in the classic 'Design Patterns' by the gang of four.