From 316279b4572aca75a252b5e429041cbf2e2c9915 Mon Sep 17 00:00:00 2001 From: Wannes Rombouts <wapiflapi@yahoo.fr> Date: Tue, 2 Jul 2013 16:00:50 +0200 Subject: [PATCH] Added comment to pyxml --- src/pyxml.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pyxml.py b/src/pyxml.py index 9d11236..836f775 100644 --- a/src/pyxml.py +++ b/src/pyxml.py @@ -32,6 +32,7 @@ from xml.sax.saxutils import escape # Its not trivial because we want to inherit from a list or # from a dict, but we want both instances to inherit from Entries. # Also we want the factory to be Entries and not a function. +# Ps: This is a metaclass. class Entries(object): def __new__(clazz, obj, *args, **kwargs): class _Entries(Entries, type(obj)): -- GitLab