{
  "title": "account",
  "public_path": "flex_rf.web.account",
  "lookup_path": "tidy3d.web.account",
  "slug": "flex_rf/web/account",
  "public_url": "/rf/latest/autogenerated/flex_rf/web/account/",
  "object_kind": "function",
  "introduction": "Get account information including FlexCredit balance and usage limits.",
  "notes": "",
  "examples": "Get account information:\n\n```python\naccount_info = web.account()\n# Displays:\n# Current FlexCredit balance: 10.00 and expiration date: 2024-12-31 23:59:59.\n# Remaining daily free simulations: 3.\n```",
  "references": "",
  "signature": "account(verbose: bool = True)",
  "source": {
    "path": "flex/public/tidy3d/tidy3d/web/api/webapi.py",
    "url": "",
    "lineno": 1845,
    "endlineno": 1899
  },
  "bases": [],
  "parameter_rows": [
    {
      "name": "verbose",
      "annotation": "bool",
      "default": "True",
      "description": "",
      "origin": "declared"
    }
  ],
  "members": [],
  "group": "flex_rf.web"
}
