MCPcopy Create free account
hub / github.com/STIXProject/python-stix / _fix_value

Method _fix_value

stix/ttp/resource.py:23–24  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

21 super(_IdentityList, self).__init__(type=Identity, *args)
22
23 def _fix_value(self, value):
24 return Identity(name=value)
25
26
27class Personas(stix.EntityList):

Callers

nothing calls this directly

Calls 1

IdentityClass · 0.90

Tested by

no test coverage detected