~ubuntu-branches/debian/experimental/nuitka/experimental

« back to all changes in this revision

Viewing changes to nuitka/nodes/TypeNodes.py

  • Committer: Package Import Robot
  • Author(s): Kay Hayen
  • Date: 2014-10-05 19:28:20 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20141005192820-s06oca9rty517iy8
Tags: 0.5.5+ds-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
    def computeExpression(self, constraint_collection):
133
133
        # TODO: Quite some cases should be possible to predict.
134
134
        return self, None, None
135
 
 
136
 
    def mayProvideReference(self):
137
 
        # Dedicated code returns "True" or "False" only, which requires no reference,
138
 
        # except for rich comparisons, which do.
139
 
        return False