MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __init__

Method __init__

tools/python-3.11.9-amd64/Lib/functools.py:966–970  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

964
965class cached_property:
966 def __init__(self, func):
967 self.func = func
968 self.attrname = None
969 self.__doc__ = func.__doc__
970 self.lock = RLock()
971
972 def __set_name__(self, owner, name):
973 if self.attrname is None:

Callers

nothing calls this directly

Calls 1

RLockFunction · 0.70

Tested by

no test coverage detected