Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _is_magic
Function
_is_magic
tools/python-3.11.9-amd64/Lib/unittest/mock.py:284–285 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
282
283
284
def
_is_magic(name):
285
return
'__%s__'
% name[2:-2] == name
286
287
288
class
_SentinelObject(object):
Callers
3
__getattr__
Method · 0.85
__dir__
Method · 0.85
create_autospec
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected