Skip to content

Implement handling of CallExpr #84

@kornicameister

Description

@kornicameister

Taken from: #49

Code examples:

    logger.debug(f'This is a test')           # 1
    logger.trace(f'Call from {__file__}')   # 2

Expected result:
If loguru-mypy detects that it is dealing with CallExpr we should try and figure a final value, i.e. after applying f-string machinery.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions