Release/v0.4.1 #1
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class ClassProperty[T]:
|
||||||
|
|
||||||
|
|
||||||
def classproperty[T](
|
def classproperty[T](
|
||||||
fget: Callable[[Any], T] = empty.func,
|
fget: Callable[[Any], T],
|
||||||
fset: Callable[[Any, T], None] = empty.func,
|
fset: Callable[[Any, T], None] = empty.func,
|
||||||
fdel: Callable[[Any], None] = empty.func,
|
fdel: Callable[[Any], None] = empty.func,
|
||||||
) -> ClassProperty[T]:
|
) -> ClassProperty[T]:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue