Search results

  1. fukurou

    🐍 python Chii's python suit

    ChobitsLight test : class Personality2(PersonalityLight): # Override def __init__(self, *absDictionaryDB: AbsDictionaryDB): super().__init__(absDictionaryDB) super().getdClassesLv1().append(DiHelloWorld(self.getKokoro())) if __name__ == "__main__"...
  2. fukurou

    🐍 python Chii's python suit

    PersonalityLight ''' PERSONALITY Light CLASS ''' class PersonalityLight: ''' this class is used in the ChobitV2 c'tor. it enables loading a complete skill set (a sub class of the personality class) using 1 line of code. of course you can also select specific skills to add from...
  3. fukurou

    🐍 python Chii's python suit

    ChobitsV2 ''' CHOBITSV2 CLASS ''' class ChobitV2(Thinkable): def __init__(self, personality: Personality): super().__init__() self.emot: str = "" # emotion self.dClassesLv1: list[DiSkillV2] = personality.getdClassesLv1() self.dClassesLv2: list[DiSkillV2]...
  4. fukurou

    triumph of the will

    ''' CHOBITSV2 CLASS ''' class ChobitV2(Thinkable): def __init__(self, personality: Personality): super().__init__() self.emot: str = "" # emotion self.dClassesLv1: list[DiSkillV2] = personality.getdClassesLv1() self.dClassesLv2: list[DiSkillV2] =...
  5. fukurou

    triumph of the will

    ''' CHOBITSV2 CLASS ''' class ChobitV2(Thinkable): def __init__(self, personality: Personality): super().__init__() self.emot: str = "" # emotion self.dClassesLv1: list[DiSkillV2] = personality.getdClassesLv1() self.dClassesLv2: list[DiSkillV2] =...
  6. fukurou

    triumph of the will

    proper test procedure : class DiHelloWorld(DiSkillV2): def __init__(self, kokoro: Kokoro): DiSkillV2.__init__(self, kokoro) # Override def input(self, ear: str, skin: str, eye: str): if ear == "hello": self._outAlg =...
  7. fukurou

    set mac pages page background color

  8. fukurou

    🎒travel travel itinerary

  9. fukurou

    rumour booster The Samsung galaxy wait for it😉👍s23 ultra

    1 terabyte or cope !:shrug:
  10. fukurou

    💰moneymaxing fighting skills

  11. fukurou

    💰moneymaxing fighting skills

Top