Skip to content

Releases: TahsinCr/python-callabletype

v1.0.1

24 May 18:59

Choose a tag to compare

[1.0.1] - 24.05.2025

STATICMETHOD is now supported. Some issues under METHOD have also been resolved.

Added

  • is_staticmethod functions have been added.
  • Created instances of STATICMETHOD from the CallableType class.

Fixed

  • The issue where the is_method, is_selfmethod, and is_classmethod functions would raise errors for non-function types has been resolved.

v1.0

24 May 18:59

Choose a tag to compare

[1.0] - 22.05.2025

New CallableType module created.

Added

  • CallableType class have been added.
  • get_callable_type, is_callable, is_class, is_function, is_method, is_classmethod, is_selfmethod and is_instanceselfmethod functions have been added.
  • Created instances of CALLABLE, CLASS, FUNCTION, METHOD, CLASSMETHOD, SELFMETHOD and INSTANCESELFMETHOD from the CallableType class.