René's URL Explorer Experiment


Title: Concrete Objects Layer — Python 3.15.0a5 documentation

Open Graph Title: Concrete Objects Layer

Description: The functions in this chapter are specific to certain Python object types. Passing them an object of the wrong type is not a good idea; if you receive an object from a Python program and you are no...

Open Graph Description: The functions in this chapter are specific to certain Python object types. Passing them an object of the wrong type is not a good idea; if you receive an object from a Python program and you are no...

Opengraph URL: https://docs.python.org/3/c-api/concrete.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_c-api_concrete_9a71d613.png
og:image:altThe functions in this chapter are specific to certain Python object types. Passing them an object of the wrong type is not a good idea; if you receive an object from a Python program and you are no...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Fundamental Objectshttps://docs.python.org/dev/c-api/concrete.html#fundamental-objects
Numeric Objectshttps://docs.python.org/dev/c-api/concrete.html#numeric-objects
Sequence Objectshttps://docs.python.org/dev/c-api/concrete.html#sequence-objects
Container Objectshttps://docs.python.org/dev/c-api/concrete.html#container-objects
Function Objectshttps://docs.python.org/dev/c-api/concrete.html#function-objects
Other Objectshttps://docs.python.org/dev/c-api/concrete.html#other-objects
C API for extension moduleshttps://docs.python.org/dev/c-api/concrete.html#c-api-for-extension-modules
Buffer Protocolhttps://docs.python.org/dev/c-api/buffer.html
Type Objectshttps://docs.python.org/dev/c-api/type.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/concrete.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/type.html
previoushttps://docs.python.org/dev/c-api/buffer.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
https://docs.python.org/dev/c-api/concrete.html#concrete-objects-layer
PyDict_Check()https://docs.python.org/dev/c-api/dict.html#c.PyDict_Check
https://docs.python.org/dev/c-api/concrete.html#fundamental-objects
Type Objectshttps://docs.python.org/dev/c-api/type.html
Creating Heap-Allocated Typeshttps://docs.python.org/dev/c-api/type.html#creating-heap-allocated-types
The None Objecthttps://docs.python.org/dev/c-api/none.html
https://docs.python.org/dev/c-api/concrete.html#numeric-objects
Integer Objectshttps://docs.python.org/dev/c-api/long.html
Export APIhttps://docs.python.org/dev/c-api/long.html#export-api
PyLongWriter APIhttps://docs.python.org/dev/c-api/long.html#pylongwriter-api
Deprecated APIhttps://docs.python.org/dev/c-api/long.html#deprecated-api
Boolean Objectshttps://docs.python.org/dev/c-api/bool.html
Floating-Point Objectshttps://docs.python.org/dev/c-api/float.html
Pack and Unpack functionshttps://docs.python.org/dev/c-api/float.html#pack-and-unpack-functions
Pack functionshttps://docs.python.org/dev/c-api/float.html#pack-functions
Unpack functionshttps://docs.python.org/dev/c-api/float.html#unpack-functions
Complex Number Objectshttps://docs.python.org/dev/c-api/complex.html
Complex Numbers as C Structureshttps://docs.python.org/dev/c-api/complex.html#complex-numbers-as-c-structures
https://docs.python.org/dev/c-api/concrete.html#sequence-objects
Bytes Objectshttps://docs.python.org/dev/c-api/bytes.html
PyBytesWriterhttps://docs.python.org/dev/c-api/bytes.html#pybyteswriter
Create, Finish, Discardhttps://docs.python.org/dev/c-api/bytes.html#create-finish-discard
High-level APIhttps://docs.python.org/dev/c-api/bytes.html#high-level-api
Gettershttps://docs.python.org/dev/c-api/bytes.html#getters
Low-level APIhttps://docs.python.org/dev/c-api/bytes.html#low-level-api
Byte Array Objectshttps://docs.python.org/dev/c-api/bytearray.html
Type check macroshttps://docs.python.org/dev/c-api/bytearray.html#type-check-macros
Direct API functionshttps://docs.python.org/dev/c-api/bytearray.html#direct-api-functions
Macroshttps://docs.python.org/dev/c-api/bytearray.html#macros
Unicode Objects and Codecshttps://docs.python.org/dev/c-api/unicode.html
Unicode Objectshttps://docs.python.org/dev/c-api/unicode.html#unicode-objects
Unicode Typehttps://docs.python.org/dev/c-api/unicode.html#unicode-type
Unicode Character Propertieshttps://docs.python.org/dev/c-api/unicode.html#unicode-character-properties
Creating and accessing Unicode stringshttps://docs.python.org/dev/c-api/unicode.html#creating-and-accessing-unicode-strings
Locale Encodinghttps://docs.python.org/dev/c-api/unicode.html#locale-encoding
File System Encodinghttps://docs.python.org/dev/c-api/unicode.html#file-system-encoding
wchar_t Supporthttps://docs.python.org/dev/c-api/unicode.html#wchar-t-support
Built-in Codecshttps://docs.python.org/dev/c-api/unicode.html#built-in-codecs
Generic Codecshttps://docs.python.org/dev/c-api/unicode.html#generic-codecs
UTF-8 Codecshttps://docs.python.org/dev/c-api/unicode.html#utf-8-codecs
UTF-32 Codecshttps://docs.python.org/dev/c-api/unicode.html#utf-32-codecs
UTF-16 Codecshttps://docs.python.org/dev/c-api/unicode.html#utf-16-codecs
UTF-7 Codecshttps://docs.python.org/dev/c-api/unicode.html#utf-7-codecs
Unicode-Escape Codecshttps://docs.python.org/dev/c-api/unicode.html#unicode-escape-codecs
Raw-Unicode-Escape Codecshttps://docs.python.org/dev/c-api/unicode.html#raw-unicode-escape-codecs
Latin-1 Codecshttps://docs.python.org/dev/c-api/unicode.html#latin-1-codecs
ASCII Codecshttps://docs.python.org/dev/c-api/unicode.html#ascii-codecs
Character Map Codecshttps://docs.python.org/dev/c-api/unicode.html#character-map-codecs
MBCS codecs for Windowshttps://docs.python.org/dev/c-api/unicode.html#mbcs-codecs-for-windows
Methods and Slot Functionshttps://docs.python.org/dev/c-api/unicode.html#methods-and-slot-functions
PyUnicodeWriterhttps://docs.python.org/dev/c-api/unicode.html#pyunicodewriter
Deprecated APIhttps://docs.python.org/dev/c-api/unicode.html#deprecated-api
Tuple Objectshttps://docs.python.org/dev/c-api/tuple.html
Struct Sequence Objectshttps://docs.python.org/dev/c-api/tuple.html#struct-sequence-objects
List Objectshttps://docs.python.org/dev/c-api/list.html
https://docs.python.org/dev/c-api/concrete.html#container-objects
Dictionary Objectshttps://docs.python.org/dev/c-api/dict.html
Dictionary View Objectshttps://docs.python.org/dev/c-api/dict.html#dictionary-view-objects
Ordered Dictionarieshttps://docs.python.org/dev/c-api/dict.html#ordered-dictionaries
Set Objectshttps://docs.python.org/dev/c-api/set.html
Deprecated APIhttps://docs.python.org/dev/c-api/set.html#deprecated-api
https://docs.python.org/dev/c-api/concrete.html#function-objects
Function Objectshttps://docs.python.org/dev/c-api/function.html
Instance Method Objectshttps://docs.python.org/dev/c-api/method.html
Method Objectshttps://docs.python.org/dev/c-api/method.html#method-objects
Cell Objectshttps://docs.python.org/dev/c-api/cell.html
Code Objectshttps://docs.python.org/dev/c-api/code.html
Code Object Flagshttps://docs.python.org/dev/c-api/code.html#code-object-flags
Extra informationhttps://docs.python.org/dev/c-api/code.html#extra-information
https://docs.python.org/dev/c-api/concrete.html#other-objects
File Objectshttps://docs.python.org/dev/c-api/file.html
Deprecated APIhttps://docs.python.org/dev/c-api/file.html#deprecated-api
Module Objectshttps://docs.python.org/dev/c-api/module.html
Module definitionhttps://docs.python.org/dev/c-api/module.html#module-definition
Metadata slotshttps://docs.python.org/dev/c-api/module.html#metadata-slots
Feature slotshttps://docs.python.org/dev/c-api/module.html#feature-slots
Creation and initialization slotshttps://docs.python.org/dev/c-api/module.html#creation-and-initialization-slots
Module statehttps://docs.python.org/dev/c-api/module.html#module-state
Slots for defining module statehttps://docs.python.org/dev/c-api/module.html#slots-for-defining-module-state
Module tokenhttps://docs.python.org/dev/c-api/module.html#module-token
Creating extension modules dynamicallyhttps://docs.python.org/dev/c-api/module.html#creating-extension-modules-dynamically
Module definition structhttps://docs.python.org/dev/c-api/module.html#module-definition-struct
Support functionshttps://docs.python.org/dev/c-api/module.html#support-functions
Module lookup (single-phase initialization)https://docs.python.org/dev/c-api/module.html#module-lookup-single-phase-initialization
Iterator Objectshttps://docs.python.org/dev/c-api/iterator.html
Range Objectshttps://docs.python.org/dev/c-api/iterator.html#range-objects
Builtin Iterator Typeshttps://docs.python.org/dev/c-api/iterator.html#builtin-iterator-types
Other Iterator Objectshttps://docs.python.org/dev/c-api/iterator.html#other-iterator-objects
Descriptor Objectshttps://docs.python.org/dev/c-api/descriptor.html
Built-in descriptorshttps://docs.python.org/dev/c-api/descriptor.html#built-in-descriptors
Slice Objectshttps://docs.python.org/dev/c-api/slice.html
Ellipsis Objecthttps://docs.python.org/dev/c-api/slice.html#ellipsis-object
MemoryView objectshttps://docs.python.org/dev/c-api/memoryview.html
Pickle buffer objectshttps://docs.python.org/dev/c-api/picklebuffer.html
Weak Reference Objectshttps://docs.python.org/dev/c-api/weakref.html
Capsuleshttps://docs.python.org/dev/c-api/capsule.html
Frame Objectshttps://docs.python.org/dev/c-api/frame.html
Frame Locals Proxieshttps://docs.python.org/dev/c-api/frame.html#frame-locals-proxies
Legacy Local Variable APIshttps://docs.python.org/dev/c-api/frame.html#legacy-local-variable-apis
Internal Frameshttps://docs.python.org/dev/c-api/frame.html#internal-frames
Generator Objectshttps://docs.python.org/dev/c-api/gen.html
Asynchronous Generator Objectshttps://docs.python.org/dev/c-api/gen.html#asynchronous-generator-objects
Deprecated APIhttps://docs.python.org/dev/c-api/gen.html#deprecated-api
Coroutine Objectshttps://docs.python.org/dev/c-api/coro.html
Context Variables Objectshttps://docs.python.org/dev/c-api/contextvars.html
Objects for Type Hintinghttps://docs.python.org/dev/c-api/typehints.html
https://docs.python.org/dev/c-api/concrete.html#c-api-for-extension-modules
Curses C APIhttps://docs.python.org/dev/c-api/curses.html
Internal datahttps://docs.python.org/dev/c-api/curses.html#internal-data
DateTime Objectshttps://docs.python.org/dev/c-api/datetime.html
Internal datahttps://docs.python.org/dev/c-api/datetime.html#internal-data
Table of Contentshttps://docs.python.org/dev/contents.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Fundamental Objectshttps://docs.python.org/dev/c-api/concrete.html#fundamental-objects
Numeric Objectshttps://docs.python.org/dev/c-api/concrete.html#numeric-objects
Sequence Objectshttps://docs.python.org/dev/c-api/concrete.html#sequence-objects
Container Objectshttps://docs.python.org/dev/c-api/concrete.html#container-objects
Function Objectshttps://docs.python.org/dev/c-api/concrete.html#function-objects
Other Objectshttps://docs.python.org/dev/c-api/concrete.html#other-objects
C API for extension moduleshttps://docs.python.org/dev/c-api/concrete.html#c-api-for-extension-modules
Buffer Protocolhttps://docs.python.org/dev/c-api/buffer.html
Type Objectshttps://docs.python.org/dev/c-api/type.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/concrete.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/type.html
previoushttps://docs.python.org/dev/c-api/buffer.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.