Skip to content

Infer string interpolation with % #151

@pylint-bot

Description

@pylint-bot

Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore)


Not sure how important this is, but we could understand string interpolation, both msg % something, as well as msg.format(something). Currently, for the second form we are returning an empty string, which is wrong, while the first form we're returning an YES object.


Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions