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
replied to the thread
LDAR mega thread
.
Wednesday at 7:05 PM
fukurou
posted the thread
LDAR mega thread
in
chit chat
.
Wednesday at 7:03 PM
the living tribunal
replied to the thread
Method completion
.
class MyClass: def first_method(self): pass def second_method(self): pass my_attribute = "Hello" def __dir__(self)...
Wednesday at 11:54 AM
the living tribunal
posted the thread
Method completion
in
chit chat
.
class MyClass: def first_method(self): pass def second_method(self): pass def __dir__(self): return...
Wednesday at 11:49 AM
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...
Wednesday at 3:55 AM
fukurou
updated their
status
.
Tuesday at 12:52 PM
fukurou
updated their
status
.
Tuesday at 5:47 AM
fukurou
updated their
status
.
Tuesday at 5:04 AM
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...
Monday at 10:24 AM
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()...
Monday at 10:22 AM
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...
Monday at 10:18 AM
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
Home
What's new
Top
Text copied to clipboard.