Last analyzed 09b2ae1 5 months ago
Default analysis branch is
Currently analyzing run
Method should have self as the first argument PYL-E0213
Anti-pattern
5 months ago5 months old
Method should have "self" as first argument
374        rv = formatter.vformat(s, args, kwargs)
375        return type(s)(rv)
376
377    def call(378        __self,  # noqa: B902
379        __context: Context,
380        __obj: t.Any,