uuid.__tostring(self) : string
converts uuid to a string
uuid.__tostring()
{
"def": "func",
"name": "__tostring",
"energy": 0,
"pure": true,
"sleep": 0,
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "self",
"desc": "",
"type": [
"self"
],
"variadic": false,
"optional": false
}
]
}
],
"desc": "converts uuid to a string",
"link": ""
}