Пример #1
0
 def index(self):
     return "visit #%s" % next(self.counter)
Пример #2
0
 def index(self):
     return "visit #%s" % next(self.counter)
Пример #3
0
 def index(self):
     return 'visit #%s' % next(self.counter)
Пример #4
0
 def index(self):
     return 'visit #%s' % next(self.counter)