Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __call__
Method
__call__
tools/python-3.11.9-amd64/Lib/functools.py:299–301 ·
view source on GitHub ↗
(self, /, *args, **keywords)
Source
from the content-addressed store, hash-verified
297
return
self
298
299
def
__call__(self, /, *args, **keywords):
300
keywords = {**self.keywords, **keywords}
301
return
self.func(*self.args, *args, **keywords)
302
303
@recursive_repr()
304
def
__repr__(self):
Callers
nothing calls this directly
Calls
1
func
Method · 0.45
Tested by
no test coverage detected