Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/STIXProject/python-stix
/ check
Function
check
stix/utils/__init__.py:253–254 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
251
252
""
"
253
def
check(name):
254
return
name not in (
'__input_namespaces__'
,
'__input_schemalocations__'
)
255
256
instance_vars = iteritems(vars(obj))
257
return
((attr_name(name), val)
for
name, val in instance_vars
if
check(name))
Callers
1
iter_vars
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected