Skills
A skill is a package of structured files that teaches an AI coding agent how to work with a specific tool or framework. The skill below was generated by Great Docs from this project’s documentation. Install it in your agent and it will be able to run commands, edit configuration, write content, and troubleshoot problems without step-by-step guidance from you.
SKILL.md
--- 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