Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Calendar
games
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
New profile posts
Latest activity
Menu
Log in
Register
Install the app
Install
Home
What's new
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Latest activity
What's new
New posts
New profile posts
Latest activity
fukurou
posted the thread
🐍 python
has attribute
in
Atelier
.
class Example: def __init__(self): self.some_attr = 42 obj = Example() # Check if 'some_attr' exists as an attribute in...
May 28, 2025
fukurou
updated their
status
.
May 27, 2025
fukurou
updated their
status
.
May 27, 2025
fukurou
updated their
status
.
May 27, 2025
fukurou
replied to the thread
doc string maxing
.
Docstrings are used to document Python methods, and when defining methods inside a class, they can also include **parameters** to...
May 26, 2025
fukurou
replied to the thread
doc string maxing
.
How Docstrings Appear in PyCharm: Autocomplete Popup: When you type the name of a method and open parentheses (Calculator.add()...
May 26, 2025
fukurou
posted the thread
doc string maxing
in
chit chat
.
In Python, docstrings can be used in methods just like functions, but they belong to a **class** and describe how the method works...
May 26, 2025
fukurou
replied to the thread
👨💻 dev
loop jizz up
.
import sched import time from livingrimoire import Brain, DiHelloWorld, DiSysOut def tick(scheduler): """Runs at intervals without...
May 23, 2025
fukurou
replied to the thread
👨💻 dev
loop jizz up
.
import sched import time from livingrimoire import Brain, DiHelloWorld, DiSysOut scheduler = sched.scheduler(time.time, time.sleep)...
May 23, 2025
fukurou
replied to the thread
👨💻 dev
loop jizz up
.
import asyncio from livingrimoire import Brain, DiHelloWorld, DiSysOut async def main_loop(): brain = Brain()...
May 23, 2025
fukurou
replied to the thread
👨💻 dev
loop jizz up
.
import time from livingrimoire import Brain, DiHelloWorld, DiSysOut if __name__ == '__main__': brain = Brain()...
May 23, 2025
fukurou
posted the thread
👨💻 dev
loop jizz up
in
chit chat
.
import asyncio async def input_loop(): while True: print("Waiting for input...") await asyncio.sleep(2) # Pauses...
May 23, 2025
fukurou
updated their
status
.
May 21, 2025
fukurou
replied to the thread
👨💻 dev
burp
.
import os from pygame import mixer class UltraLeanVoiceSkill(Skill): def __init__(self): super().__init__()...
May 20, 2025
fukurou
replied to the thread
👨💻 dev
burp
.
import os from pygame import mixer class CachedVoiceSkill(Skill): def __init__(self): super().__init__()...
May 20, 2025
Home
What's new
Top
Text copied to clipboard.