one fable-low hijack cell
pair python / self
envelope code_haskell_alt
ordering AB
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked self (second-offered)
· classifierB
· tiernone
response (200 chars)
# `self` in Python
`self` refers to the **instance of a class** — it's how an object accesses its own attributes and methods.
## Basic Example
```python
class Dog:
def __init__(self, name):
neighbors