MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / is_builtin

Function is_builtin

suds/utils.py:2–3  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1
2def is_builtin(name):
3 return name.startswith('__') and name.endswith('__')

Callers 4

__setattr__Method · 0.85
__getattr__Method · 0.85
__setattr__Method · 0.85
__delattr__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected