Search results

  1. fukurou

    try posting

    @Artbyrobot
  2. fukurou

    project 2501

    # noinspection PyUnusedLocal def call_add_DLC_skills(brain: Brain): for file in os.listdir('.'): if file.endswith('.py') and 'DLC' in file: module_name = file[:-3] exec(f"import {module_name}") exec(f"{module_name}.add_DLC_skills(brain)")
  3. fukurou

    project 2501

    def call_add_DLC_skills(brain: Brain): for file in os.listdir('.'): if file.endswith('.py') and 'DLC' in file: module_name = file[:-3] exec(f"import {module_name}") exec(f"{module_name}.add_DLC_skills(brain)")
  4. fukurou

    [MEDIA]

  5. fukurou

    project 2501

  6. fukurou

    project 2501

    import os def call_helloworld_in_all_files(param:str): for file in os.listdir('.'): if file.endswith('.py') and 'DLC' in file: module_name = file[:-3] exec(f"import {module_name}") exec(f"{module_name}.helloworld('{param}')") if __name__ ==...
  7. fukurou

    [MEDIA]

  8. fukurou

    project 2501

    actually: class Modifier: def modify(self, obj): obj.value += 10 class MyObject: def __init__(self, value): self.value = value def __str__(self): return f"MyObject with value {self.value}" # Create instances my_obj = MyObject(5) modifier = Modifier()...
  9. fukurou

    👨‍💻 dev find where I used the class as an object all over my project

    axpy upgraded moving to next target!
  10. fukurou

    👨‍💻 dev find where I used the class as an object all over my project

    looks like C# and vb.net also has the timeutils cls with static methods
  11. fukurou

    [MEDIA]

  12. fukurou

    👨‍💻 dev find where I used the class as an object all over my project

    DiBurper +DiEngager DiPetV3 DiSneezer +DiTime ax Alerter AXTimeContextResponder +Cron +TimedMessages TimeUtils +TrgEveryNMinutes +TrgMinute TrgParrot +TrgSnooze +TrgTime
  13. fukurou

    👨‍💻 dev find where I used the class as an object all over my project

    how the fuck did it get such distance?!
  14. fukurou

    👨‍💻 dev find where I used the class as an object all over my project

    companion object { micro macro mezzoflation
  15. fukurou

    👨‍💻 dev find where I used the class as an object all over my project

    skills DiBurper DiEngager DiPetV3 DiSneezer DiTime ax Alerter AXTimeContextResponder Cron TimedMessages TimeUtils TrgEveryNMinutes TrgMinute TrgParrot TrgSnooze TrgTime
Top