Skip to content

@inherit_check_shapes doesn't work with static methods. #2

@jesnie

Description

@jesnie
class A:

    @staticmethod
    @check_shapes(...)
    def f(...):
        ...

class B(A):

    @staticmethod
    @inherit_check_shapes
    def f(...):
        ...

Does not seem to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions