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

  • SEARCH
  • Home
  • 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 9227515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T05:06:00+00:00 2026-06-18T05:06:00+00:00

I was looking at types.py to understand the built-in types and I came across

  • 0

I was looking at types.py to understand the built-in types and I came across this GetSetDescriptorType. From the Python documentation:

types.GetSetDescriptorType

The type of objects defined in extension modules with PyGetSetDef,
such as FrameType.f_locals or array.array.typecode. This type is used
as descriptor for object attributes; it has the same purpose as the
property type, but for classes defined in extension modules

I do understand the property type, but could not wrap my mind around this. Can some one who understands this throw some light ?

  • 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-06-18T05:06:01+00:00Added an answer on June 18, 2026 at 5:06 am

    When you write a Python module using C, you define new types using a C API. This API has a lot of functions and structs to specify all the behavior of the new type.

    One way to specify properties of a type using the C API is to define an array of PyGetSetDef structs:

    static PyGetSetDef my_props[] = { /*... */ }
    

    And then use the array in the initialization of the type (see this example for details).

    Then, in Python, when you use MyType.my_property you have a value of types.GetSetDescriptorType, that is used to resolve the actual value of the property when you write my_obj.my_property.

    As such, this type is an implementation detail, unlikely to be very useful.

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

Sidebar

Related Questions

Extends Say you're looking at the 6 basic types of UML diagram (from this
I am looking into creating type-safe generic controls. This is targeting the (reduced) generics
I'm looking forward to roll out a simple server/client software, just to understand this
Why is locking a type considered very bad? For example, lock(typeof(DateTime)) I understand that
I looking for some information about the difference of the different session types available
I'm looking for information on how to use MySQL geometry types in .NET. I'm
I've been looking for solutions that provide a couple of types of protection and
I'm looking for a Java library for converting values that supports generic types. That
I'm looking for some type of profiling utility I could use where I can
I'm looking to build a flyout type menu in Silverlight that will be added

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.