one fable-low hijack cell
pair python / self
envelope en_pipe
ordering AB
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked self (second-offered)
· classifierB
· tiernone
response (200 chars)
# `self` in Python
`self` refers to the **current instance** of a class. It's how an object accesses its own attributes and methods.
## Basic Example
```python
class Dog:
def __init__(self, nam
neighbors