mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 18:25:12 +00:00
Rename LazyInitialise to make IDEs recognise it as a property
This commit is contained in:
@ -2,4 +2,4 @@
|
||||
# All Rights Reserved. See LICENSE file for details.
|
||||
|
||||
from .rate_limiter import RateLimiter
|
||||
from .lazy_initialise import LazyInitialise
|
||||
from .lazy_property import lazy_property
|
||||
|
@ -2,7 +2,7 @@
|
||||
# All Rights Reserved. See LICENSE file for details.
|
||||
|
||||
|
||||
class LazyInitialise:
|
||||
class lazy_property:
|
||||
"""
|
||||
Decorator that replaces a function with the value
|
||||
it calculates on the first call.
|
Reference in New Issue
Block a user