MCPcopy 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
284def _is_magic(name):
285 return '__%s__' % name[2:-2] == name
286
287
288class _SentinelObject(object):

Callers 3

__getattr__Method · 0.85
__dir__Method · 0.85
create_autospecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected