uuid.__tostring (self) -> stringconverts uuid to a string
uuid.__tostring(self)
{
"def": "func",
"name": "__tostring",
"energy": 0,
"must_use": true,
"sleep": 0,
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "string"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "self",
"desc": "",
"type": [
{
"def": "simple",
"value": "self"
}
],
"variadic": false,
"optional": false
}
]
}
],
"desc": "converts uuid to a string",
"link": "",
"takesSelf": false,
"private": false
}