E0118 used-prior-global-declarationΒΆ
- Message
'Name %r is used prior to global declaration'
- Description
Emitted when a name is used prior a global declaration, which results in an error since Python 3.6.
'Name %r is used prior to global declaration'
Emitted when a name is used prior a global declaration, which results in an error since Python 3.6.