{
  "__type": "IngestedDoc",
  "__tag": 4010,
  "_content": {
    "Notes": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Warns": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Raises": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Yields": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Methods": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Returns": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Summary": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Code",
          "__tag": 4050,
          "value": ">>> vtor.check('string(default=\"\")', '', missing=True)\n''\n>>> vtor.check('string(default=\"\\n\")', '', missing=True)\n'\\n'\n>>> print(vtor.check('string(default=\"\\n\")', '', missing=True))\n<BLANKLINE>\n<BLANKLINE>\n>>> vtor.check('string()', '\\n')\n'\\n'\n>>> vtor.check('string(default=\"\\n\\n\\n\")', '', missing=True)\n'\\n\\n\\n'\n>>> vtor.check('string()', 'random \\n text goes here\\n\\n')\n'random \\n text goes here\\n\\n'\n>>> vtor.check('string(default=\" \\nrandom text\\ngoes \\n here\\n\\n \")',\n... '', missing=True)\n' \\nrandom text\\ngoes \\n here\\n\\n '\n>>> vtor.check(\"string(default='\\n\\n\\n')\", '', missing=True)\n'\\n\\n\\n'\n>>> vtor.check(\"option('\\n','a','b',default='\\n')\", '', missing=True)\n'\\n'\n>>> vtor.check(\"string_list()\", ['foo', '\\n', 'bar'])\n['foo', '\\n', 'bar']\n>>> vtor.check(\"string_list(default=list('\\n'))\", '', missing=True)\n['\\n']",
          "execution_status": null,
          "out": ""
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Receives": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Warnings": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Attributes": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Parameters": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Extended Summary": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Other Parameters": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    }
  },
  "_ordered_sections": [
    "Summary",
    "Extended Summary",
    "Parameters",
    "Attributes",
    "Methods",
    "Returns",
    "Yields",
    "Receives",
    "Other Parameters",
    "Raises",
    "Warns",
    "Warnings",
    "Notes"
  ],
  "item_file": "/astropy/extern/configobj/validate.py",
  "item_line": 1430,
  "item_type": "function",
  "aliases": [
    "astropy.config.configuration.validate._test3"
  ],
  "example_section_data": {
    "__type": "Section",
    "__tag": 4015,
    "children": [],
    "title": [],
    "level": 0,
    "target": null
  },
  "see_also": [],
  "signature": {
    "__type": "SignatureNode",
    "__tag": 4029,
    "kind": "function",
    "parameters": [],
    "return_annotation": {
      "__type": "Empty",
      "__tag": 4031
    },
    "target_name": "_test3"
  },
  "references": null,
  "qa": "astropy.extern.configobj.validate:_test3",
  "arbitrary": [],
  "local_refs": []
}