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

Method to_dict

stix/common/profiles.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 self.profile.insert(index, value)
38
39 def to_dict(self):
40 return [x for x in self]
41
42 @classmethod
43 def from_dict(cls, cls_dict=None):

Callers 15

to_listMethod · 0.45
dict_from_objectMethod · 0.45
dict_iterFunction · 0.45
to_dictFunction · 0.45
test_negateMethod · 0.45
test_add_descriptionMethod · 0.45
test_add_descriptionMethod · 0.45

Calls

no outgoing calls