gdtest-attribution-off
Test package for attribution off.
Installation
pip install gdtest-attribution-offGet Started
- API Reference — Full API documentation
Source files
gdtest_attribution_off/
__init__.py
"""Attribution off test package."""
core.py
"""Core functions."""
def greet(name: str) -> str:
"""Greet someone by name.
Parameters
----------
name : str
The name to greet.
Returns
-------
str
A greeting string.
"""
return f"Hello, {name}!"great-docs.yml
attribution: false authors: - name: Test Author