From 1db5a1212fa7449488fc41cb6821d3f5a7298d57 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 23 Sep 2009 13:11:21 +0400 Subject: [PATCH] ... --- pli/tags2/tagset.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pli/tags2/tagset.py b/pli/tags2/tagset.py index e6e702b..0830b0a 100755 --- a/pli/tags2/tagset.py +++ b/pli/tags2/tagset.py @@ -1,7 +1,7 @@ #======================================================================= __version__ = '''0.4.07''' -__sub_version__ = '''20090923130743''' +__sub_version__ = '''20090923131100''' __copyright__ = '''(c) Alex A. Naanou 2007-''' @@ -315,8 +315,11 @@ class TagSetBasicSelectorMixin(AbstractTagSet): # remove the objects and input tags... res.difference_update((obj_tag,) + tags + tuple(objs)) return res +## # XXX should this be a prop? +## @property def objects(self): ''' + return all the objects in the current tagset. ''' return self.__tagset__[self.__object_tag__].copy() -- 2.11.4.GIT