Revision history of "Python Design Patterns"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 09:56, 30 November 2017Rafahsolis talk contribs 1,381 bytes +1,381 Created page with "== Polymorphic factory methods == <source lang="python"># -*- coding: utf-8 -*- # Factory/shapefact2/ShapeFactory2.py # Polymorphic factory methods. from __future__ import gen..."