[pypy-svn] r31883 - pypy/dist/pypy/annotation

fijal at codespeak.net fijal at codespeak.net
Thu Aug 31 16:17:46 CEST 2006


Author: fijal
Date: Thu Aug 31 16:17:45 2006
New Revision: 31883

Modified:
   pypy/dist/pypy/annotation/annrpython.py
Log:
Added comment explaining when to use it.


Modified: pypy/dist/pypy/annotation/annrpython.py
==============================================================================
--- pypy/dist/pypy/annotation/annrpython.py	(original)
+++ pypy/dist/pypy/annotation/annrpython.py	Thu Aug 31 16:17:45 2006
@@ -127,6 +127,9 @@
         return graph
     
     def annotate_helper_method(self, _class, attr, args_s, policy=None):
+        """ Warning! this method is meant to be used between
+        annotation and rtyping
+        """
         if policy is None:
             from pypy.annotation.policy import AnnotatorPolicy
             policy = AnnotatorPolicy()



More information about the Pypy-commit mailing list