A shared tag with AI prompts and code snippets
From workspace: Google Labs
Team: Jules
Total snippets: 5
5 snippets
For Python projects using Pytest and needing robust mocking for testing.
Write a Pytest fixture to mock this external API call
Ideal for Python projects using Sphinx for documentation generation.
Generate Sphinx-style docstrings for this Python module/class/function
Concurrent systems in JS, Python, Go, etc.
Find race conditions in this async code
Turn this callback-based code into async/await
Python codebases transitioning to typed code.
Add type hints to {a specific} Python function