def get_random_str(self, length): return ''.join(random.choice(string.lowercase) for i in range(length))