Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/STIXProject/python-stix
/ to_xml
Method
to_xml
stix/base.py:199–200 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
197
198
class
EntityList(entities.EntityList, Entity):
199
def
to_xml(self, *args, **kwargs):
200
return
Entity.to_xml(self, *args, **kwargs)
201
202
203
class
TypedCollection(object):
Callers
nothing calls this directly
Calls
1
to_xml
Method · 0.45
Tested by
no test coverage detected