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

« back to all changes in this revision

Viewing changes to nuitka/nodes/BuiltinIteratorNodes.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:
112
112
 
113
113
        return True
114
114
 
115
 
    def mayProvideReference(self):
116
 
        # Method overload, where it's fixed by type, pylint: disable=R0201
117
 
        return True
118
 
 
119
115
    def isKnownToBeIterableAtMin(self, count):
120
116
        assert type( count ) is int
121
117