mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-28 21:03:45 +03:00
Minor refactoring
This commit is contained in:
parent
31302eb707
commit
2cac7e860e
|
@ -45,7 +45,7 @@ class xrange(object):
|
||||||
cmp(self._slice, other._slice))
|
cmp(self._slice, other._slice))
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return '%s(%r, %r, %r)' % (self.__class__.__name__,
|
return '%s(%r, %r, %r)' % (type(self).__name__,
|
||||||
self.start, self.stop, self.step)
|
self.start, self.stop, self.step)
|
||||||
|
|
||||||
def __len__(self):
|
def __len__(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user