Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5982399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:04:54+00:00 2026-05-22T22:04:54+00:00

When creating a C extension to Python, is it possible to be able to

  • 0

When creating a C extension to Python, is it possible to be able to somehow write comments that are exposed as docstrings to users of the extension?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T22:04:54+00:00Added an answer on May 22, 2026 at 10:04 pm

    Docstrings for types can be included as the tp_doc member in the PyTypeObject structure, see an example in the docs.

    Docstrings for functions can be included in the ml_doc field of the module’s method table. If you want your docstrings to be “physically close” to the actual functions, you could include string constants above your function definitions which you reference in the method table.

    Docstrings for methods can be assigned to the doc field in the type’s member table.

    Docstrings for modules can be passed as a parameter to the Py_InitModule3() or Py_InitModule4() functions.


    UPDATE: Python3 does not support Py_InitModule3(), and the method has been replaced with PyModule_Create().

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on creating a python c extension but am having difficulty finding
I'm creating a Firefox extension for demo purposes. I to call a specific JavaScript
I am creating a Firefox Extension...what would be the javascript to open a URL
While creating classes in Java I often find myself creating instance-level collections that I
When I build a c extension using python setup.py build , the result is
I've got two different Python extension modules; let's call them A and B. Module
I want to compile / install the IP2Location Python extension found here: www.ip2location.com/python.aspx I
When creating a class in Python, I can simply make a def __len__(self): method
I am creating an interpreter for my extension to HQ9+, which has the following
I know how to write shell extesions in python. The drawbacks are it does

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.