René's URL Explorer Experiment


Title: types — Dynamic type creation and names for built-in types — Python 3.15.0a5 documentation

Open Graph Title: types — Dynamic type creation and names for built-in types

Description: Source code: Lib/types.py This module defines utility functions to assist in dynamic creation of new types. It also defines names for some object types that are used by the standard Python interpre...

Open Graph Description: Source code: Lib/types.py This module defines utility functions to assist in dynamic creation of new types. It also defines names for some object types that are used by the standard Python interpre...

Opengraph URL: https://docs.python.org/3/library/types.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_library_types_8f69e28f.png
og:image:altSource code: Lib/types.py This module defines utility functions to assist in dynamic creation of new types. It also defines names for some object types that are used by the standard Python interpre...
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
types — Dynamic type creation and names for built-in typeshttps://docs.python.org/dev/library/types.html
Dynamic Type Creationhttps://docs.python.org/dev/library/types.html#dynamic-type-creation
Standard Interpreter Typeshttps://docs.python.org/dev/library/types.html#standard-interpreter-types
Additional Utility Classes and Functionshttps://docs.python.org/dev/library/types.html#additional-utility-classes-and-functions
Coroutine Utility Functionshttps://docs.python.org/dev/library/types.html#coroutine-utility-functions
weakref — Weak referenceshttps://docs.python.org/dev/library/weakref.html
copy — Shallow and deep copy operationshttps://docs.python.org/dev/library/copy.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/types.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/copy.html
previoushttps://docs.python.org/dev/library/weakref.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Data Typeshttps://docs.python.org/dev/library/datatypes.html
types — Dynamic type creation and names for built-in typeshttps://docs.python.org/dev/library/types.html
https://docs.python.org/dev/library/types.html#module-types
Lib/types.pyhttps://github.com/python/cpython/tree/main/Lib/types.py
inthttps://docs.python.org/dev/library/functions.html#int
strhttps://docs.python.org/dev/library/stdtypes.html#str
https://docs.python.org/dev/library/types.html#dynamic-type-creation
https://docs.python.org/dev/library/types.html#types.new_class
https://docs.python.org/dev/library/types.html#types.prepare_class
Metaclasseshttps://docs.python.org/dev/reference/datamodel.html#metaclasses
PEP 3115https://peps.python.org/pep-3115/
https://docs.python.org/dev/library/types.html#types.resolve_bases
PEP 560https://peps.python.org/pep-0560/
typehttps://docs.python.org/dev/library/functions.html#type
__mro_entries__()https://docs.python.org/dev/reference/datamodel.html#object.__mro_entries__
typehttps://docs.python.org/dev/library/functions.html#type
https://docs.python.org/dev/library/types.html#types.get_original_bases
__mro_entries__()https://docs.python.org/dev/reference/datamodel.html#object.__mro_entries__
PEP 560https://peps.python.org/pep-0560/
Genericshttps://docs.python.org/dev/library/typing.html#user-defined-generics
cls.__bases__https://docs.python.org/dev/reference/datamodel.html#type.__bases__
PEP 560https://peps.python.org/pep-0560/
https://docs.python.org/dev/library/types.html#standard-interpreter-types
isinstance()https://docs.python.org/dev/library/functions.html#isinstance
issubclass()https://docs.python.org/dev/library/functions.html#issubclass
https://docs.python.org/dev/library/types.html#types.NoneType
Nonehttps://docs.python.org/dev/library/constants.html#None
https://docs.python.org/dev/library/types.html#types.FunctionType
https://docs.python.org/dev/library/types.html#types.LambdaType
lambdahttps://docs.python.org/dev/reference/expressions.html#lambda
auditing eventhttps://docs.python.org/dev/library/sys.html#auditing
https://docs.python.org/dev/library/types.html#types.GeneratorType
generatorhttps://docs.python.org/dev/glossary.html#term-generator
https://docs.python.org/dev/library/types.html#types.CoroutineType
coroutinehttps://docs.python.org/dev/glossary.html#term-coroutine
async defhttps://docs.python.org/dev/reference/compound_stmts.html#async-def
https://docs.python.org/dev/library/types.html#types.AsyncGeneratorType
asynchronous generatorhttps://docs.python.org/dev/glossary.html#term-asynchronous-generator
https://docs.python.org/dev/library/types.html#types.CodeType
code objectshttps://docs.python.org/dev/reference/datamodel.html#code-objects
compile()https://docs.python.org/dev/library/functions.html#compile
auditing eventhttps://docs.python.org/dev/library/sys.html#auditing
https://docs.python.org/dev/library/types.html#types.CellType
closure variableshttps://docs.python.org/dev/glossary.html#term-closure-variable
https://docs.python.org/dev/library/types.html#types.MethodType
https://docs.python.org/dev/library/types.html#types.BuiltinFunctionType
https://docs.python.org/dev/library/types.html#types.BuiltinMethodType
len()https://docs.python.org/dev/library/functions.html#len
sys.exit()https://docs.python.org/dev/library/sys.html#sys.exit
https://docs.python.org/dev/library/types.html#types.WrapperDescriptorType
object.__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
object.__lt__()https://docs.python.org/dev/reference/datamodel.html#object.__lt__
https://docs.python.org/dev/library/types.html#types.MethodWrapperType
https://docs.python.org/dev/library/types.html#types.NotImplementedType
NotImplementedhttps://docs.python.org/dev/library/constants.html#NotImplemented
https://docs.python.org/dev/library/types.html#types.MethodDescriptorType
str.join()https://docs.python.org/dev/library/stdtypes.html#str.join
https://docs.python.org/dev/library/types.html#types.ClassMethodDescriptorType
https://docs.python.org/dev/library/types.html#types.ModuleType
moduleshttps://docs.python.org/dev/glossary.html#term-module
docstringhttps://docs.python.org/dev/glossary.html#term-docstring
Documentation on module objectshttps://docs.python.org/dev/reference/datamodel.html#module-objects
importlib.util.module_from_spec()https://docs.python.org/dev/library/importlib.html#importlib.util.module_from_spec
https://docs.python.org/dev/library/types.html#types.EllipsisType
Ellipsishttps://docs.python.org/dev/library/constants.html#Ellipsis
https://docs.python.org/dev/library/types.html#types.GenericAlias
parameterized genericshttps://docs.python.org/dev/library/stdtypes.html#types-genericalias
tuplehttps://docs.python.org/dev/library/stdtypes.html#tuple
Generic Alias Typeshttps://docs.python.org/dev/library/stdtypes.html#types-genericalias
PEP 585https://peps.python.org/pep-0585/
https://docs.python.org/dev/library/types.html#types.UnionType
union type expressionshttps://docs.python.org/dev/library/stdtypes.html#types-union
typing.Unionhttps://docs.python.org/dev/library/typing.html#typing.Union
https://docs.python.org/dev/library/types.html#types.TracebackType
the language referencehttps://docs.python.org/dev/reference/datamodel.html#traceback-objects
https://docs.python.org/dev/library/types.html#types.FrameType
frame objectshttps://docs.python.org/dev/reference/datamodel.html#frame-objects
tb.tb_framehttps://docs.python.org/dev/reference/datamodel.html#traceback.tb_frame
https://docs.python.org/dev/library/types.html#types.FrameLocalsProxyType
frame.f_localshttps://docs.python.org/dev/reference/datamodel.html#frame.f_locals
PEP 667https://peps.python.org/pep-0667/
https://docs.python.org/dev/library/types.html#types.GetSetDescriptorType
FrameType.f_localshttps://docs.python.org/dev/reference/datamodel.html#frame.f_locals
propertyhttps://docs.python.org/dev/library/functions.html#property
https://docs.python.org/dev/library/types.html#types.MemberDescriptorType
propertyhttps://docs.python.org/dev/library/functions.html#property
__slots__https://docs.python.org/dev/reference/datamodel.html#object.__slots__
__dict__https://docs.python.org/dev/reference/datamodel.html#type.__dict__
https://docs.python.org/dev/library/types.html#types.MappingProxyType
PEP 584https://peps.python.org/pep-0584/
KeyErrorhttps://docs.python.org/dev/library/exceptions.html#KeyError
https://docs.python.org/dev/library/types.html#types.MappingProxyType.copy
https://docs.python.org/dev/library/types.html#types.MappingProxyType.get
KeyErrorhttps://docs.python.org/dev/library/exceptions.html#KeyError
https://docs.python.org/dev/library/types.html#types.MappingProxyType.items
https://docs.python.org/dev/library/types.html#types.MappingProxyType.keys
https://docs.python.org/dev/library/types.html#types.MappingProxyType.values
https://docs.python.org/dev/library/types.html#types.CapsuleType
capsule objectshttps://docs.python.org/dev/c-api/capsule.html#capsules
https://docs.python.org/dev/library/types.html#additional-utility-classes-and-functions
https://docs.python.org/dev/library/types.html#types.SimpleNamespace
objecthttps://docs.python.org/dev/library/functions.html#object
objecthttps://docs.python.org/dev/library/functions.html#object
SimpleNamespacehttps://docs.python.org/dev/library/types.html#types.SimpleNamespace
dicthttps://docs.python.org/dev/library/stdtypes.html#dict
iterablehttps://docs.python.org/dev/glossary.html#term-iterable
namedtuple()https://docs.python.org/dev/library/collections.html#collections.namedtuple
copy.replace()https://docs.python.org/dev/library/copy.html#copy.replace
https://docs.python.org/dev/library/types.html#types.DynamicClassAttribute
enum.Enumhttps://docs.python.org/dev/library/enum.html#enum.Enum
https://docs.python.org/dev/library/types.html#coroutine-utility-functions
https://docs.python.org/dev/library/types.html#types.coroutine
generatorhttps://docs.python.org/dev/glossary.html#term-generator
coroutine functionhttps://docs.python.org/dev/glossary.html#term-coroutine-function
generator iteratorhttps://docs.python.org/dev/glossary.html#term-generator-iterator
coroutinehttps://docs.python.org/dev/glossary.html#term-coroutine
awaitablehttps://docs.python.org/dev/glossary.html#term-awaitable
__await__()https://docs.python.org/dev/reference/datamodel.html#object.__await__
collections.abc.Generatorhttps://docs.python.org/dev/library/collections.abc.html#collections.abc.Generator
Table of Contentshttps://docs.python.org/dev/contents.html
types — Dynamic type creation and names for built-in typeshttps://docs.python.org/dev/library/types.html
Dynamic Type Creationhttps://docs.python.org/dev/library/types.html#dynamic-type-creation
Standard Interpreter Typeshttps://docs.python.org/dev/library/types.html#standard-interpreter-types
Additional Utility Classes and Functionshttps://docs.python.org/dev/library/types.html#additional-utility-classes-and-functions
Coroutine Utility Functionshttps://docs.python.org/dev/library/types.html#coroutine-utility-functions
weakref — Weak referenceshttps://docs.python.org/dev/library/weakref.html
copy — Shallow and deep copy operationshttps://docs.python.org/dev/library/copy.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/types.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/copy.html
previoushttps://docs.python.org/dev/library/weakref.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Data Typeshttps://docs.python.org/dev/library/datatypes.html
types — Dynamic type creation and names for built-in typeshttps://docs.python.org/dev/library/types.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.