/[gzz]/gzz/metacode/mputils.py
ViewVC logotype

Diff of /gzz/metacode/mputils.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by Vegai, Mon Feb 3 10:15:31 2003 UTC revision 1.7 by Vegai, Mon Feb 3 10:30:00 2003 UTC
# Line 44  class Settings(Borg): Line 44  class Settings(Borg):
44      def has_key(self, name):      def has_key(self, name):
45          return self.dict.has_key(name)          return self.dict.has_key(name)
46    
47      def resist(self):      def copy(self):
48          '''Resistance is futile, but we resist anyway. Returns a          '''Resistance is futile, but we resist anyway. Returns a
49          non-borgified list.'''          non-borgified list.'''
50          return self.dict.copy()          return self.dict.copy()
51    
52        def restore(self, l):
53            self.dict=l
54    
55  """  """
56  Stores global settings for metapost actions.  Stores global settings for metapost actions.
57  """  """

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26