I have the following class:
class Toto(): @staticmethod def factory(): return Toto("Toto") def __init__(self, name): self.name = name def