---
name: gdtest-complete-docstrings
description: >
  A synthetic test package demonstrating complete docstrings for objects beyond functions and classes. Use when writing Python code that uses the gdtest_complete_docstrings package.
---

# gdtest_complete_docstrings

A synthetic test package demonstrating complete docstrings for objects beyond functions and classes

## Installation

```bash
pip install gdtest-complete-docstrings
```

## API overview

### Classes

Main classes provided by the package

- `Connection`: A managed database connection drawn from the pool

### Functions

Utility functions

- `get_connection`: Obtain a connection from the pool
- `reinitialize`: Reset the global connection pool

### Constants

Module-level constants and data

- `BackendName`
- `ConnectionId`: str(object='') -> str
- `Handler`: Type variable
- `MAX_CONNECTIONS`: int([x]) -> integer
- `MIN_CONNECTIONS`: int([x]) -> integer
- `PoolKey`: Built-in immutable sequence
- `SUPPORTED_BACKENDS`: Built-in immutable sequence
- `Sortable`: Type variable
- `retry_delay`: Convert a string or number to a floating-point number, if possible
- `timeout`: int([x]) -> integer

## Resources

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