one fable-low hijack cell
pair python / self
envelope en_pipe
ordering BA
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked python (first-offered)
· classifierA
· tiernone
response (200 chars)
# `self` in Python
`self` is the conventional name for the first parameter of instance methods in a class. It refers to **the instance the method is being called on**.
## Basic Example
```python
cl
neighbors