Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This slot was not used anywhere: ``` » ag is_classmethod_class . ``` Moreover, since it was not initialized this code was failing with `AttributeError`: ```python x: CallableType for i in dir(x): print(i, getattr(x, i)) # failing on `is_classmethod_class` ```
- Loading branch information