Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
def
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