ما هي docstring؟
توثيق وحدة بايثون وفئاتها باستخدام أسلوب جوجل المصدر: pipecat-ai/pipecat.
توثيق وحدة بايثون وفئاتها باستخدام أسلوب جوجل
ثبّت مهارة الذكاء الاصطناعي docstring بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: pipecat-ai/pipecat.
Document a Python module and its classes using Google-style docstrings following project conventions. The class name is provided as an argument.
Note: When listing event handlers, do NOT use backticks. Include an Example:: section (with double colon for Sphinx) showing the decorator pattern and function signature for each event.
Good: "Neuphonic API key for authentication." Bad: "str: The API key (string) that is used for authenticating with Neuphonic."
توثيق وحدة بايثون وفئاتها باستخدام أسلوب جوجل المصدر: pipecat-ai/pipecat.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/pipecat-ai/pipecat --skill docstringتوثيق وحدة بايثون وفئاتها باستخدام أسلوب جوجل المصدر: pipecat-ai/pipecat.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/pipecat-ai/pipecat --skill docstring بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/pipecat-ai/pipecat