|
|
|
|
|
by chronial
1310 days ago
|
|
> pulling those out may lose access to required lexically-scoped variables The only situation for this that I can think of is inside a list comprehension / generator expression. You are aware that you can define functions at any scope in python? |
|