uuid.__tostring

uuid.__tostring (self) -> string

converts uuid to a string

Example

uuid.__tostring(self)
Raw function spec json
{
  "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
}

< Back to uuid