Skip to content

Latest commit

History

History
31 lines (22 loc) · 984 Bytes

File metadata and controls

31 lines (22 loc) · 984 Bytes

FunctionStringItem

Properties

NameTypeDescriptionNotes
sourcestr
vaddrint
valuestr

Example

fromrevengai.models.function_string_itemimportFunctionStringItem# TODO update the JSON string belowjson="{}"# create an instance of FunctionStringItem from a JSON stringfunction_string_item_instance=FunctionStringItem.from_json(json)
# print the JSON string representation of the objectprint(FunctionStringItem.to_json())
# convert the object into a dictfunction_string_item_dict=function_string_item_instance.to_dict()
# create an instance of FunctionStringItem from a dictfunction_string_item_from_dict=FunctionStringItem.from_dict(function_string_item_dict)

[Back to Model list][Back to API list][Back to README]