MCPcopy 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
198class EntityList(entities.EntityList, Entity):
199 def to_xml(self, *args, **kwargs):
200 return Entity.to_xml(self, *args, **kwargs)
201
202
203class TypedCollection(object):

Callers

nothing calls this directly

Calls 1

to_xmlMethod · 0.45

Tested by

no test coverage detected