---
name: gdtest-ref-sectioned
description: >
  Test reference with 4 named sections. Use when writing Python code that uses the gdtest_ref_sectioned package.
---

# gdtest_ref_sectioned

Test reference with 4 named sections.

## Installation

```bash
pip install gdtest-ref-sectioned
```

## API overview

### Constructors

Create objects

- `create_widget`: Create a new widget with the given name and width
- `create_layout`: Create a new layout container

### Transformers

Transform data

- `resize`: Resize an object by the given scale factor
- `rotate`: Rotate an object by the given angle in degrees

### Validators

Validate input

- `check_bounds`: Check if a value is within the given bounds
- `check_type`: Check if an object is of the expected type

### Utilities

Helper utils

- `to_string`: Convert an object to its string representation
- `from_string`: Parse a string into a Python object

## Resources

- [llms.txt](llms.txt) — Indexed API reference for LLMs
- [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs
