passagemath-objects 10.5.47__cp313-cp313-macosx_13_0_x86_64.whl → 10.6.41__cp313-cp313-macosx_13_0_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of passagemath-objects might be problematic. Click here for more details.
- passagemath_objects/.dylibs/libgmp.10.dylib +0 -0
- passagemath_objects/__init__.py +3 -0
- {passagemath_objects-10.5.47.dist-info → passagemath_objects-10.6.41.dist-info}/METADATA +31 -24
- passagemath_objects-10.6.41.dist-info/RECORD +280 -0
- {passagemath_objects-10.5.47.dist-info → passagemath_objects-10.6.41.dist-info}/WHEEL +1 -1
- passagemath_objects-10.6.41.dist-info/top_level.txt +3 -0
- sage/all__sagemath_objects.py +3 -1
- sage/arith/numerical_approx.cpython-313-darwin.so +0 -0
- sage/arith/power.cpython-313-darwin.so +0 -0
- sage/categories/action.cpython-313-darwin.so +0 -0
- sage/categories/basic.py +1 -0
- sage/categories/cartesian_product.py +11 -3
- sage/categories/category.py +16 -8
- sage/categories/category_cy_helper.cpython-313-darwin.so +0 -0
- sage/categories/category_singleton.cpython-313-darwin.so +0 -0
- sage/categories/category_singleton.pyx +1 -4
- sage/categories/category_with_axiom.py +1 -0
- sage/categories/covariant_functorial_construction.py +8 -3
- sage/categories/functor.cpython-313-darwin.so +0 -0
- sage/categories/homset.py +2 -1
- sage/categories/homsets.py +5 -0
- sage/categories/map.cpython-313-darwin.so +0 -0
- sage/categories/morphism.cpython-313-darwin.so +0 -0
- sage/categories/primer.py +1 -1
- sage/categories/pushout.py +55 -59
- sage/categories/sets_cat.py +87 -11
- sage/cpython/__init__.py +1 -0
- sage/cpython/atexit.cpython-313-darwin.so +0 -0
- sage/cpython/atexit.pyx +78 -47
- sage/cpython/builtin_types.cpython-313-darwin.so +0 -0
- sage/cpython/cython_metaclass.cpython-313-darwin.so +0 -0
- sage/cpython/cython_metaclass.h +1 -10
- sage/cpython/debug.cpython-313-darwin.so +0 -0
- sage/cpython/debug.pyx +0 -5
- sage/cpython/dict_del_by_value.cpython-313-darwin.so +0 -0
- sage/cpython/getattr.cpython-313-darwin.so +0 -0
- sage/cpython/pycore_long.h +2 -5
- sage/cpython/string.cpython-313-darwin.so +0 -0
- sage/cpython/string_impl.h +1 -1
- sage/cpython/type.cpython-313-darwin.so +0 -0
- sage/ext/cplusplus.pxd +3 -3
- sage/ext/mod_int.pxd +3 -3
- sage/ext/stdsage.pxd +3 -3
- sage/groups/group.cpython-313-darwin.so +0 -0
- sage/groups/group.pyx +1 -1
- sage/groups/old.cpython-313-darwin.so +0 -0
- sage/libs/gmp/pylong.cpython-313-darwin.so +0 -0
- sage/libs/gmp/pylong.pyx +0 -8
- sage/libs/gmpxx.pxd +1 -1
- sage/misc/abstract_method.py +1 -1
- sage/misc/c3_controlled.cpython-313-darwin.so +0 -0
- sage/misc/c3_controlled.pyx +1 -1
- sage/misc/cachefunc.cpython-313-darwin.so +0 -0
- sage/misc/cachefunc.pyx +82 -31
- sage/misc/classcall_metaclass.cpython-313-darwin.so +0 -0
- sage/misc/classcall_metaclass.pyx +1 -1
- sage/misc/constant_function.cpython-313-darwin.so +0 -0
- sage/misc/constant_function.pyx +6 -4
- sage/misc/fast_methods.cpython-313-darwin.so +0 -0
- sage/misc/fpickle.cpython-313-darwin.so +0 -0
- sage/misc/fpickle.pyx +1 -2
- sage/misc/function_mangling.cpython-313-darwin.so +0 -0
- sage/misc/inherit_comparison.cpython-313-darwin.so +0 -0
- sage/misc/inherit_comparison.pyx +1 -1
- sage/misc/instancedoc.cpython-313-darwin.so +0 -0
- sage/misc/lazy_attribute.cpython-313-darwin.so +0 -0
- sage/misc/lazy_attribute.pyx +1 -1
- sage/misc/lazy_format.py +8 -2
- sage/misc/lazy_import.cpython-313-darwin.so +0 -0
- sage/misc/lazy_import.pyx +1 -1
- sage/misc/lazy_list.cpython-313-darwin.so +0 -0
- sage/misc/lazy_list.pyx +9 -10
- sage/misc/lazy_string.cpython-313-darwin.so +0 -0
- sage/misc/misc.py +4 -3
- sage/misc/misc_c.cpython-313-darwin.so +0 -0
- sage/misc/misc_c.pyx +25 -16
- sage/misc/nested_class.cpython-313-darwin.so +0 -0
- sage/misc/persist.cpython-313-darwin.so +0 -0
- sage/misc/prandom.py +2 -2
- sage/misc/randstate.cpython-313-darwin.so +0 -0
- sage/misc/randstate.pyx +15 -0
- sage/misc/reset.cpython-313-darwin.so +0 -0
- sage/misc/sage_ostools.cpython-313-darwin.so +0 -0
- sage/misc/sage_ostools.pyx +20 -3
- sage/misc/sage_timeit.py +16 -5
- sage/misc/sage_timeit_class.cpython-313-darwin.so +0 -0
- sage/misc/sage_unittest.py +8 -11
- sage/misc/sageinspect.py +265 -81
- sage/misc/session.cpython-313-darwin.so +0 -0
- sage/misc/superseded.py +1 -1
- sage/misc/timing.py +70 -48
- sage/misc/verbose.py +1 -1
- sage/misc/weak_dict.cpython-313-darwin.so +0 -0
- sage/misc/weak_dict.pyx +6 -6
- sage/modules/module.cpython-313-darwin.so +0 -0
- sage/rings/integer_fake.h +1 -1
- sage/rings/integer_fake.pxd +3 -3
- sage/sets/pythonclass.cpython-313-darwin.so +0 -0
- sage/sets/pythonclass.pyx +3 -3
- sage/structure/__init__.py +1 -0
- sage/structure/category_object.cpython-313-darwin.so +0 -0
- sage/structure/category_object.pxd +3 -3
- sage/structure/coerce.cpython-313-darwin.so +0 -0
- sage/structure/coerce.pyx +2 -2
- sage/structure/coerce_actions.cpython-313-darwin.so +0 -0
- sage/structure/coerce_actions.pyx +1 -1
- sage/structure/coerce_dict.cpython-313-darwin.so +0 -0
- sage/structure/coerce_maps.cpython-313-darwin.so +0 -0
- sage/structure/debug_options.cpython-313-darwin.so +0 -0
- sage/structure/debug_options.pyx +10 -8
- sage/structure/element.cpython-313-darwin.so +0 -0
- sage/structure/element.pxd +1 -1
- sage/structure/element.pyx +24 -2
- sage/structure/element_wrapper.cpython-313-darwin.so +0 -0
- sage/structure/factory.cpython-313-darwin.so +0 -0
- sage/structure/list_clone.cpython-313-darwin.so +0 -0
- sage/structure/list_clone.pxd +3 -3
- sage/structure/list_clone.pyx +1 -1
- sage/structure/list_clone_demo.cpython-313-darwin.so +0 -0
- sage/structure/list_clone_timings_cy.cpython-313-darwin.so +0 -0
- sage/structure/list_clone_timings_cy.pyx +3 -3
- sage/structure/mutability.cpython-313-darwin.so +0 -0
- sage/structure/parent.cpython-313-darwin.so +0 -0
- sage/structure/parent.pxd +3 -3
- sage/structure/parent.pyx +3 -2
- sage/structure/parent_base.cpython-313-darwin.so +0 -0
- sage/structure/parent_gens.cpython-313-darwin.so +0 -0
- sage/structure/parent_gens.pxd +3 -3
- sage/structure/parent_old.cpython-313-darwin.so +0 -0
- sage/structure/parent_old.pyx +18 -26
- sage/structure/richcmp.cpython-313-darwin.so +0 -0
- sage/structure/richcmp.pxd +1 -0
- sage/structure/richcmp.pyx +1 -0
- sage/structure/sage_object.cpython-313-darwin.so +0 -0
- sage/structure/sage_object.pyx +7 -6
- sage/structure/sequence.py +2 -3
- sage/structure/unique_representation.py +2 -2
- passagemath_objects-10.5.47.dist-info/RECORD +0 -281
- passagemath_objects-10.5.47.dist-info/top_level.txt +0 -2
- passagemath_objects.dylibs/libgmp.10.dylib +0 -0
- sage/cpython/wrapperdescr.cpython-313-darwin.so +0 -0
- sage/cpython/wrapperdescr.pyx +0 -104
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-objects
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.6.41
|
|
4
4
|
Summary: passagemath: Sage objects, elements, parents, categories, coercion, metaclasses
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -8,7 +8,7 @@ License-Expression: GPL-2.0-or-later
|
|
|
8
8
|
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
|
9
9
|
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
|
10
10
|
Project-URL: repo, https://github.com/passagemath/passagemath
|
|
11
|
-
Project-URL: documentation, https://
|
|
11
|
+
Project-URL: documentation, https://passagemath.org/docs/latest
|
|
12
12
|
Project-URL: homepage (upstream), https://www.sagemath.org
|
|
13
13
|
Project-URL: discourse, https://passagemath.discourse.group
|
|
14
14
|
Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
|
|
@@ -17,19 +17,23 @@ Classifier: Development Status :: 6 - Mature
|
|
|
17
17
|
Classifier: Intended Audience :: Education
|
|
18
18
|
Classifier: Intended Audience :: Science/Research
|
|
19
19
|
Classifier: Operating System :: POSIX
|
|
20
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
20
21
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
22
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
21
23
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
23
24
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
25
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
26
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
27
|
Classifier: Programming Language :: Python :: 3.13
|
|
28
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
29
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
30
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
|
-
Requires-Python: <3.
|
|
31
|
+
Requires-Python: <3.15,>=3.10
|
|
30
32
|
Description-Content-Type: text/x-rst
|
|
31
33
|
Requires-Dist: gmpy2~=2.1.b999
|
|
34
|
+
Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
|
|
32
35
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
36
|
+
Requires-Dist: typing_extensions>=4.7.0; python_version < "3.13"
|
|
33
37
|
Provides-Extra: test
|
|
34
38
|
|
|
35
39
|
============================================================================================================
|
|
@@ -44,48 +48,51 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
|
44
48
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
45
49
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
46
50
|
|
|
47
|
-
The passagemath fork
|
|
48
|
-
|
|
51
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
52
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
53
|
+
It was created in October 2024 with the following goals:
|
|
49
54
|
|
|
50
|
-
- providing modularized installation with pip,
|
|
51
|
-
project started in 2020 in the Sage
|
|
52
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
|
55
|
+
- providing modularized installation with pip,
|
|
53
56
|
- establishing first-class membership in the scientific Python
|
|
54
57
|
ecosystem,
|
|
55
58
|
- giving `clear attribution of upstream
|
|
56
59
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
57
60
|
- providing independently usable Python interfaces to upstream
|
|
58
61
|
libraries,
|
|
59
|
-
-
|
|
62
|
+
- offering `platform portability and integration testing
|
|
60
63
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
61
64
|
to upstream projects,
|
|
62
65
|
- inviting collaborations with upstream projects,
|
|
63
66
|
- `building a professional, respectful, inclusive
|
|
64
67
|
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
68
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
69
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
65
70
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
66
71
|
serverless deployment with Javascript,
|
|
67
72
|
- developing a native Windows port.
|
|
68
73
|
|
|
69
|
-
`Full documentation <https://
|
|
74
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
70
75
|
available online.
|
|
71
76
|
|
|
72
|
-
passagemath attempts to support
|
|
73
|
-
|
|
74
|
-
virtualization.
|
|
77
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
78
|
+
all major Linux distributions and recent versions of macOS.
|
|
75
79
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
80
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
81
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
82
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
83
|
+
or virtualization.
|
|
84
|
+
|
|
85
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
|
|
79
86
|
|
|
80
87
|
|
|
81
88
|
About this pip-installable distribution package
|
|
82
89
|
-----------------------------------------------
|
|
83
90
|
|
|
84
|
-
The pip-installable distribution package
|
|
91
|
+
The pip-installable distribution package ``passagemath-objects`` is a
|
|
85
92
|
distribution of a small part of the Sage Library.
|
|
86
93
|
|
|
87
94
|
It provides a small, fundamental subset of the modules of the Sage library
|
|
88
|
-
("sagelib",
|
|
95
|
+
("sagelib", ``passagemath-standard``), making Sage objects, the element/parent
|
|
89
96
|
framework, categories, the coercion system and the related metaclasses
|
|
90
97
|
available.
|
|
91
98
|
|
|
@@ -93,16 +100,16 @@ available.
|
|
|
93
100
|
Dependencies
|
|
94
101
|
------------
|
|
95
102
|
|
|
96
|
-
When building from source, development packages of
|
|
103
|
+
When building from source, development packages of ``gmp``, ``mpfr``, and ``mpc`` are needed.
|
|
97
104
|
|
|
98
105
|
|
|
99
106
|
Documentation
|
|
100
107
|
-------------
|
|
101
108
|
|
|
102
|
-
* `Categories <https://
|
|
109
|
+
* `Categories <https://passagemath.org/docs/latest/html/en/reference/categories/index.html>`_
|
|
103
110
|
|
|
104
|
-
* `Structure <https://
|
|
111
|
+
* `Structure <https://passagemath.org/docs/latest/html/en/reference/structure/index.html>`_
|
|
105
112
|
|
|
106
|
-
* `Coercion <https://
|
|
113
|
+
* `Coercion <https://passagemath.org/docs/latest/html/en/reference/coercion/index.html>`_
|
|
107
114
|
|
|
108
|
-
* `Classes, Metaclasses <https://
|
|
115
|
+
* `Classes, Metaclasses <https://passagemath.org/docs/latest/html/en/reference/misc/index.html#special-base-classes-decorators-etc>`_
|
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
passagemath_objects-10.6.41.dist-info/RECORD,,
|
|
2
|
+
passagemath_objects-10.6.41.dist-info/WHEEL,sha256=4lk59XDDwyTzZeVB1JD5QB-Fs8rtp167KjuNtDEsYoM,154
|
|
3
|
+
passagemath_objects-10.6.41.dist-info/top_level.txt,sha256=0d3_E_m23cmoshzIf-G9mEsF55wtJLZjnTM551qb3uc,26
|
|
4
|
+
passagemath_objects-10.6.41.dist-info/METADATA,sha256=8sreR24_4BMyeDb-2kZmRS4Umw1QvVtofNVhgoDfWl4,5320
|
|
5
|
+
passagemath_objects/__init__.py,sha256=t9J2tkWRjwi9Skhh1Ubj5Te0uvFwkpXUhX8IwP4Ba4U,88
|
|
6
|
+
passagemath_objects/.dylibs/libgmp.10.dylib,sha256=7dhTogpeYdTt59hV7oQXapHQbdCrMOwHrHxiPke8q4k,488712
|
|
7
|
+
sage/all__sagemath_objects.py,sha256=NVxVF3fEVtmNUxMKNHjkVqgXO4-AsnV6iuMsgVh3l_4,804
|
|
8
|
+
sage/misc/superseded.py,sha256=3K8MzLbmNupi8gMwYaYK68F7YNaYWTVsI9YO1z0TxBE,19934
|
|
9
|
+
sage/misc/c3_controlled.cpython-313-darwin.so,sha256=jq6ROtAPj2CTfWJBgbnQx85bhgXv5_v6qkPvE0cRoxs,278768
|
|
10
|
+
sage/misc/prandom.py,sha256=vnbY62JYLu5_5L1nGbq1SoHkt0ScGBrx-LisbzhM2YY,12432
|
|
11
|
+
sage/misc/verbose.py,sha256=KGMJeArKTqIPTgTxRq4YsSyY7KwZov0m1VmzfImmbUc,6636
|
|
12
|
+
sage/misc/classcall_metaclass.pyx,sha256=Oyg4mTaGRJXh9CdIoFRgvaKaGzF-DM8b3oaDkTmO9rs,21266
|
|
13
|
+
sage/misc/randstate.cpython-313-darwin.so,sha256=PdwD4clsmUbmmqRoREJbtBkLU013DP62n5kSKQQ6ox8,129328
|
|
14
|
+
sage/misc/fpickle.cpython-313-darwin.so,sha256=QJwGEbhvQYHjXSziHSp_wkGDDQVXs4e_WpSU98yrphg,95128
|
|
15
|
+
sage/misc/misc.py,sha256=3M5ekIsxGhmZOR2c1AzChqurp7rQl-ErMOe-R1lO_BA,30450
|
|
16
|
+
sage/misc/sage_timeit.py,sha256=OyQwrmryF7Ozy5obRKaLFr43A0ww-W5zMp86UjQgJCE,9210
|
|
17
|
+
sage/misc/lazy_import.cpython-313-darwin.so,sha256=jFN8_LXBC8r741Hiz3W3dAFpPfSPBW3MioTKwHq7Vbc,206288
|
|
18
|
+
sage/misc/weak_dict.pyx,sha256=0gbKGb_Fovx_pIblCYMwsVwxLfTGpU9CgI9n65N8OF0,41601
|
|
19
|
+
sage/misc/flatten.py,sha256=BMribQzTuNq4JqjNkTtla9mEUb7QVCBhskj9rLWAiuQ,2739
|
|
20
|
+
sage/misc/sage_ostools.cpython-313-darwin.so,sha256=0pZ97cYT1lFOdUBseTBKcSO4JBfqE6wgA4ftOYND0BA,95544
|
|
21
|
+
sage/misc/sage_timeit_class.pyx,sha256=3IIxeFsvD7gxemBNgP_tnhuwMWjPiVdUTKQshSHWSxk,3908
|
|
22
|
+
sage/misc/lazy_string.pyx,sha256=kjC5HtApqcYKUv4VGXK0_zjUqJ_HdLzXAUW5Ws9FdJA,16280
|
|
23
|
+
sage/misc/c3_controlled.pyx,sha256=a3z5yOBzNLzcMS085cQH6S1heXHCU4zT32SvU0ng6F4,56078
|
|
24
|
+
sage/misc/lazy_import_cache.py,sha256=7UUPsvP7XLFIcXZee9tg8jB_0luUr-z3lxTPd8dsU2Y,1005
|
|
25
|
+
sage/misc/instancedoc.pyx,sha256=ml1-c_SKHAnww2zwkJTXbuf2TSHJXtNYQstTSCRipFo,11125
|
|
26
|
+
sage/misc/reset.pyx,sha256=9xnGnC8yOv-3MKXXEAWcnuc7WLrw6lZQDLqsC91rQ5Y,5675
|
|
27
|
+
sage/misc/sage_ostools.pyx,sha256=CaDOaTvu2JXfOwJk8wsgTF_OT_ivjugrqVvBa2FvvqA,9287
|
|
28
|
+
sage/misc/function_mangling.pyx,sha256=bVzo7-pJq0kNLBvR4W3AVuCCr7JrVVnj-9oqEq0bQLI,10873
|
|
29
|
+
sage/misc/lazy_list.pyx,sha256=ib3TZpxutctPqQ2bAwTGVJgo4YIJv8wmKfiBvoBtIsM,38313
|
|
30
|
+
sage/misc/classcall_metaclass.cpython-313-darwin.so,sha256=C4JnGNNVHSbmrACtSZGD5TfuDjaBHHYf4dCuAVmzOVM,101048
|
|
31
|
+
sage/misc/sage_timeit_class.cpython-313-darwin.so,sha256=0iPVGf7QVZRjjvlNqEdNShAwlK6AvN2T1_wIBl4fZdM,62208
|
|
32
|
+
sage/misc/instancedoc.cpython-313-darwin.so,sha256=uCYxnph30VVfxCC283ismdqT3hlujroLWP7hTUx8dVU,62664
|
|
33
|
+
sage/misc/nested_class.pxd,sha256=8jncbDWcavg4ZjbrbtXscGagkcMVU-ZDYH4k15jZyc4,94
|
|
34
|
+
sage/misc/fast_methods.pyx,sha256=RrRNp3UNliUhKPdIXz_mxu1BL_7iHze4vx7Ulpyaw84,11976
|
|
35
|
+
sage/misc/misc_c.pxd,sha256=6ijmZ05ZScqQVt6NfUEaSbHijl_JK2U4JQlV_E8SxR0,96
|
|
36
|
+
sage/misc/cachefunc.pyx,sha256=H2S0-A5IQEOvKZ4XDwq1_3kuCkc5dzVvwL_6FbRKW-Q,127246
|
|
37
|
+
sage/misc/session.pyx,sha256=vxqDy-kT1QEplhoyuDlRM6WiWmFfYLDZiOmy-gwl3gE,11770
|
|
38
|
+
sage/misc/inherit_comparison.pxd,sha256=vV-3Ek7tnZ-05_uFZwTAYTjsFM5OR5qFknyDu9jJTwU,139
|
|
39
|
+
sage/misc/randstate.pxd,sha256=LERpWdd_7yS8mD_MYIES5yxA-Zh060remnG4jROIApc,746
|
|
40
|
+
sage/misc/repr.py,sha256=Q8sxfz4xNPGbHlMuKnIeAsH2LaZtXKkKwkHEZLlwFic,6987
|
|
41
|
+
sage/misc/weak_dict.cpython-313-darwin.so,sha256=PnY_I5MbBESspo_xGCPD3oCVfdsvoLWDoW77b7MGx4A,162456
|
|
42
|
+
sage/misc/randstate.pyx,sha256=gmiTORYmK3lx44l6XWxkjCcD5PO4rHvEJ94TE7K_6bQ,38090
|
|
43
|
+
sage/misc/inherit_comparison.pyx,sha256=qitU_YiVHB-9wHUMh3M2ewuee0DMd7Kq7ZPJXxchjzI,3828
|
|
44
|
+
sage/misc/lazy_list.cpython-313-darwin.so,sha256=TKRFrWmAIIb4XPXaWqBiEn20k8lXSQCnZSj7cAaPw0s,188288
|
|
45
|
+
sage/misc/constant_function.cpython-313-darwin.so,sha256=sm4Wk6KiwsHl0P8CnRSBG8dU-W9a6TvzT17U6fD2E30,78720
|
|
46
|
+
sage/misc/reset.cpython-313-darwin.so,sha256=oCZsLnlVNycjGAtth4cTkSQWb0hxCiM-1UT1C6zN2ok,66104
|
|
47
|
+
sage/misc/cachefunc.pxd,sha256=4c9YK_wVbUSit4f5LtoZsgV43_49S_P6LbrO-LDwl9w,1163
|
|
48
|
+
sage/misc/misc_c.cpython-313-darwin.so,sha256=_zsGnP983kEPmSZgz04z5YwWB_XJc4E61hFM5by6fDY,125288
|
|
49
|
+
sage/misc/fast_methods.pxd,sha256=A0ImtHm4rQ0JAxnCygpTP0RyqZtodCqqm8_TKXtiYK0,577
|
|
50
|
+
sage/misc/bindable_class.py,sha256=WY48Hlz5tyVP-pKsCebjfsZKcPSDDrZKruv9W3fhhHw,8369
|
|
51
|
+
sage/misc/nested_class.pyx,sha256=j0pwxE44IvMSpUM-Pl3_uv9T2CzfmwxsIoDuFML9VTQ,13318
|
|
52
|
+
sage/misc/misc_c.pyx,sha256=NXV3k96bXvVKqt_jmbtlrpBOE_l8tYy6IgLHwl2vZLs,23685
|
|
53
|
+
sage/misc/timing.py,sha256=vPaH1_zQqiIJDH8W4FSzHPfFq6a5_VFuKi3iJJt4QB0,8574
|
|
54
|
+
sage/misc/lazy_attribute.pyx,sha256=rpc8WnIiCbrZdwi06AxMWKBcN_uuvHlXJ0UI3xpXg2w,19121
|
|
55
|
+
sage/misc/lazy_attribute.cpython-313-darwin.so,sha256=4ANKLTCVkxgCZ2nDE0-LC0brWWLc9U8wy9LGUQ8di30,83224
|
|
56
|
+
sage/misc/lazy_list.pxd,sha256=ugiVT7-AGL6qSOBVn6YSELu_TJctsEL-Dzpv65ep3XQ,672
|
|
57
|
+
sage/misc/function_mangling.pxd,sha256=n_zmWpk40S2JNrwTiBxFRkZaI9Fj7ZD_E9s_qm7PKu0,330
|
|
58
|
+
sage/misc/lazy_import.pyx,sha256=ku_tlp1o5BwAfRlJSQtUiGg9c23FjLAQDdOqyw2xhoI,41770
|
|
59
|
+
sage/misc/abstract_method.py,sha256=57iobT5AwJzRPkutZNFoHyHqc4BgAn_NYzvG2PjlP-E,8409
|
|
60
|
+
sage/misc/test_nested_class.py,sha256=E_r0pvZKHIWw-1V3djlwdSKjY5BbaPmp-UFewrRhTLA,5914
|
|
61
|
+
sage/misc/sageinspect.py,sha256=QPEhtfOAmjM8dXPl1v89np73eO2qJYdRCdrrSZFSCGI,107670
|
|
62
|
+
sage/misc/nested_class.cpython-313-darwin.so,sha256=8UPo1JJi88KSKcOGji33fjfRWpFUSZJOXRExOvY-UY0,96944
|
|
63
|
+
sage/misc/c3_controlled.pxd,sha256=EWT5P-X5Y6-dAslfrcE14QFMLsGHWcLSxCoAEkcN7NY,93
|
|
64
|
+
sage/misc/persist.cpython-313-darwin.so,sha256=msnBdzKU99VaxFgjvUXGByTP1NFQk8aQDICrKvqjbF8,230840
|
|
65
|
+
sage/misc/fpickle.pyx,sha256=Vh5kja4ylA8ln6_ICX5OUvhOXjZDdnazCkB4SC8tGPc,4900
|
|
66
|
+
sage/misc/namespace_package.py,sha256=1Zm09A9QjmQ6i4zp3I2G_x1XEm8wJVFxxZ353LN-EZE,938
|
|
67
|
+
sage/misc/lazy_string.pxd,sha256=svK96-FOIZqWLd-uY9F-s_tF9buYOvl8goNGVbc_Uv8,182
|
|
68
|
+
sage/misc/persist.pyx,sha256=dy8qDVBTtQrG79tvgeaOLom6QNM8hZTxD7KVGnnuxT0,46217
|
|
69
|
+
sage/misc/weak_dict.pxd,sha256=7mDU5vWwLDunO53fgGyEhVvSGZKxvHRx-EprQtgBmOA,428
|
|
70
|
+
sage/misc/call.py,sha256=WerCuE2OSAGLgok9s-2JqTwEIZkvgqfarMUyQsYZlCc,5757
|
|
71
|
+
sage/misc/lazy_string.cpython-313-darwin.so,sha256=RQ2TvzZUEjyEOTKNkUJHyjSDvaq0BHBsLToG-6YeLgg,88104
|
|
72
|
+
sage/misc/fast_methods.cpython-313-darwin.so,sha256=0dYXItLJ9JtnAgTExO9OW8-2qkMB3ptFEa4H75Rc2k8,82448
|
|
73
|
+
sage/misc/cachefunc.cpython-313-darwin.so,sha256=5hUoQnyjS98y1ASW5Ke2Q1WzKtrJxnntu0_gYkMBkac,456360
|
|
74
|
+
sage/misc/session.cpython-313-darwin.so,sha256=MCxN6BRs6-AvPo4bIPo6SyYIdOOZ8MN_Z9tP2mFnWrc,71352
|
|
75
|
+
sage/misc/all__sagemath_objects.py,sha256=PA6ug9z-uYIb61IYDsyIxyOmch9QQY8KfYqAJin-lco,1544
|
|
76
|
+
sage/misc/lazy_format.py,sha256=MpN8wJXCvdiyJyOp5x0cfSGNjvUA58bFY7LVjwX5_4c,4379
|
|
77
|
+
sage/misc/sage_unittest.py,sha256=_Kct4IIYd1IIpS2xOcO2rtVRIeAtHCun0ddtdlT3U0I,23894
|
|
78
|
+
sage/misc/unknown.py,sha256=fVh3T3B3vgSKqYqLjyWu2LhIErNlGQVkcJgqIMAJHtc,6481
|
|
79
|
+
sage/misc/function_mangling.cpython-313-darwin.so,sha256=eUz8r5RAxsun6K9Pb71ftIypTyhi2ULxlttRjJF61Ww,75560
|
|
80
|
+
sage/misc/constant_function.pyx,sha256=9whXcoLzKw4sMQv44tqwpGrb4gCNodYoDKrAyO3JJKU,3653
|
|
81
|
+
sage/misc/inherit_comparison.cpython-313-darwin.so,sha256=_9pIpDh5yno428M0NPZ4JeZJklfye7Kv2_RnZvCMxLg,41208
|
|
82
|
+
sage/misc/classcall_metaclass.pxd,sha256=_VnrhJRQAclaFng-7vwzhDrQW-mwExvPLgP5bk1YmhM,583
|
|
83
|
+
sage/misc/decorators.py,sha256=VOubDgl-3KemmGs2kkyUSLd-WYS8XQ2HGTDBeuRSXAM,26572
|
|
84
|
+
sage/ext/ccobject.h,sha256=eLtqVFdLUrmjR1gkAzuzwRVL55bj31H9-p2n2NKJW3U,1186
|
|
85
|
+
sage/ext/mod_int.h,sha256=YZd376zB1marQ0lgoSfLlrusWkapb_ueFd8xvhNU0MU,1275
|
|
86
|
+
sage/ext/cplusplus.pxd,sha256=ve_HD4J2IbCyDacdg8O58s6vQBkiCuSeFpQc9HTS-UQ,766
|
|
87
|
+
sage/ext/mod_int.pxd,sha256=KbuB1xE_rbe3812HzeAnljlBfeASVe8ea2CIK-t-OIM,878
|
|
88
|
+
sage/ext/stdsage.pxd,sha256=LtnBsa8UN7H5cMbb2AFpj_Bnb9nyl-hQFm2bATj-g_w,1427
|
|
89
|
+
sage/ext/all__sagemath_objects.py,sha256=YDdaT0ZDVNDu-ssAUrDGDpEkHpGC0KRBZ15j5Xk8O80,169
|
|
90
|
+
sage/groups/group.pyx,sha256=CGAhNiFVdAT2Kjv8Hh-AFq423cfiCyt-SfvMMR0rDU0,9827
|
|
91
|
+
sage/groups/old.cpython-313-darwin.so,sha256=sL6zXH0pW6owAiBJO5-xEjW_MRQVfiQpM7GuOY3iD3c,68320
|
|
92
|
+
sage/groups/old.pyx,sha256=gxDN9ZQSNq3VnccG9So3tLGk2JgSjTrAwKlpkE26aig,6154
|
|
93
|
+
sage/groups/old.pxd,sha256=2CXrLHHAFFGvFhOcHEBR4jo65SGynhNEcMF0f9rMsQs,266
|
|
94
|
+
sage/groups/group.cpython-313-darwin.so,sha256=xbcE673vcSUvlP3pYin8deKm_TetQYrqsByc3E5j33I,110288
|
|
95
|
+
sage/groups/all__sagemath_objects.py,sha256=U0s3i-j8VG_G3hwosaLXkFtIexExCHE66vo6Xk5_V08,46
|
|
96
|
+
sage/groups/group.pxd,sha256=l5XDUVBLZZghkEMm3p72KdVJDLxD85Je9otL5yDkXQM,251
|
|
97
|
+
sage/arith/long.pxd,sha256=wc2jBHq3rpg7oSfahGg7LqU495AgGG-IrU5R6RVXlKA,13944
|
|
98
|
+
sage/arith/numerical_approx.pxd,sha256=gFWmxAnUn8xt1cMwCW0pxfywfy_ZJ3vrRuNjAjlo1dU,950
|
|
99
|
+
sage/arith/power.cpython-313-darwin.so,sha256=3BunkPLlFwVcd0Z-N1fXV495tCWN6iXsi4dFYJqSbgI,60040
|
|
100
|
+
sage/arith/power.pyx,sha256=SJamErC6EQinYao_I5JMTWNnYRRxUT-t-jRErZq-T5A,3257
|
|
101
|
+
sage/arith/power.pxd,sha256=CS0qcAvGCF4VdHFFOxfKtF5cmviM0UyOzGfAYghjTCA,630
|
|
102
|
+
sage/arith/numerical_approx.cpython-313-darwin.so,sha256=umQ6ZI72DWYv2o_Gp39UbVvPy27f8BqloEf1eeqFwhM,59744
|
|
103
|
+
sage/arith/numerical_approx.pyx,sha256=IkdhP04vlBfHcSR4YREYBisONaa9uBWMlQmM8wrF-3Q,2538
|
|
104
|
+
sage/arith/all__sagemath_objects.py,sha256=Xsmp9IOAIWpXfNhDnlC1rPzaAWwkOnDGBX7TSDM7HKc,222
|
|
105
|
+
sage/libs/all__sagemath_objects.py,sha256=YDdaT0ZDVNDu-ssAUrDGDpEkHpGC0KRBZ15j5Xk8O80,169
|
|
106
|
+
sage/libs/gmpxx.pxd,sha256=UZMJb9R2wLkI8IE0cdcheUEZYKVsK9pX6_QGQNIY82E,503
|
|
107
|
+
sage/libs/gmp/types.pxd,sha256=wR4xaLY3oPMQbId8-bD8VkhyUqQBy8weclDvc5r9AcY,1487
|
|
108
|
+
sage/libs/gmp/binop.pxd,sha256=kEYV_DmiSF25RuweUG4qbksBoNrFraslszy4RPG-2mI,880
|
|
109
|
+
sage/libs/gmp/mpf.pxd,sha256=pPdAUid-su3Jr_SCBfrNsKyUZpBzAed1enzj6l5KuS0,3670
|
|
110
|
+
sage/libs/gmp/mpq.pxd,sha256=4E1Ldx99k4EuYKCdgn7iTMqNRy2E8MpzUMErKdxvbZc,2271
|
|
111
|
+
sage/libs/gmp/pylong.cpython-313-darwin.so,sha256=_e5P263OF9pSm0Y5Sl5qQlTDlNyZw24vcNVFwMVQpOU,30520
|
|
112
|
+
sage/libs/gmp/misc.pxd,sha256=wibMsVyG72PRhtrGo7w223ivijK0pxmAzsYlaB9ML-g,243
|
|
113
|
+
sage/libs/gmp/random.pxd,sha256=IVs3XSfaq39Vr7S0IAVoNvU-mvPhmrjyPWJ4OKAl7ns,1020
|
|
114
|
+
sage/libs/gmp/__init__.py,sha256=U0s3i-j8VG_G3hwosaLXkFtIexExCHE66vo6Xk5_V08,46
|
|
115
|
+
sage/libs/gmp/pylong.pxd,sha256=ZAmPJKtIZJW7S7rDdsjiB7WphHyADSwgR8hH8HLWSaE,378
|
|
116
|
+
sage/libs/gmp/all.pxd,sha256=6w1y2YcnMOazAA-xA2ObVuD6uQ6PvlFGDNa2c6b91dI,219
|
|
117
|
+
sage/libs/gmp/pylong.pyx,sha256=OrXIWymqVFgESFvZ5amY3l4ynBjIel5XnxHQvES5In0,4867
|
|
118
|
+
sage/libs/gmp/mpz.pxd,sha256=76TOHtrqWB9h9LBY2sQok-8dL3coqIXc6y0pLUANHQU,9628
|
|
119
|
+
sage/libs/gmp/mpn.pxd,sha256=xqtMwtfyNMXCuUfrM27MYjTJswuynYvqkNW4RNJMBzk,4151
|
|
120
|
+
sage/libs/gmp/randomize.pxd,sha256=TazhW2I0CQS8oQTa2jA1SKHSgrBha14tNy-6ddnkhFo,2309
|
|
121
|
+
sage/cpython/dict_del_by_value.pyx,sha256=QXJYSJ1VJzyksOhZVWay0Uvt92Yyuk61YLyuILmY0is,6416
|
|
122
|
+
sage/cpython/type.pyx,sha256=Xso6fkWMzcPl3lxJAAdy11BQ57gmuDkbIDbi_DmCH0w,1076
|
|
123
|
+
sage/cpython/getattr.pxd,sha256=8Cb3X41HUmaro-m-uD-Hoto63wxoVvNYYd80wbOYNbU,288
|
|
124
|
+
sage/cpython/pyx_visit.h,sha256=MFhGSCe_RsFn-D03QfNixKbe-cD2nzwC7JsNFmUd-rY,651
|
|
125
|
+
sage/cpython/wrapperdescr.pxd,sha256=01d05_VmUeAhJ9tWINAL4MnghxJzJVb7s-bafCejIi0,2263
|
|
126
|
+
sage/cpython/builtin_types.cpython-313-darwin.so,sha256=vqWHq7FofTM7Rz3xzTvM-6K6nr6QKKAg33vXubcQ_Eo,28200
|
|
127
|
+
sage/cpython/debug.cpython-313-darwin.so,sha256=Suj442yrjZuukm4JW2QRJkZS5PCy0bBKHBaxVeVPhyM,75528
|
|
128
|
+
sage/cpython/pycore_long.pxd,sha256=R5pyHcmmdtWn_DyNdvY60pcwgn0sTH38WecVWKclwXA,394
|
|
129
|
+
sage/cpython/debug.pyx,sha256=dbWOnaY3Gmrs-WrTpfhIhYnLIX9TIHUmzpToiqSHOkY,11765
|
|
130
|
+
sage/cpython/string_impl.h,sha256=IFEnaYxWnD9-Nn__f3KtGjsMQhUpw1RjHEwSYbDCEyM,1781
|
|
131
|
+
sage/cpython/cython_metaclass.h,sha256=UOzAuX8wafy8LQZWuhbFIf4fxfHacBjkvnbIdRiO14U,4058
|
|
132
|
+
sage/cpython/pycore_long.h,sha256=eTJcUr7GR5Cr5g9-Tts33PibfOesLrq_e-XCzsEpcPE,2156
|
|
133
|
+
sage/cpython/__init__.py,sha256=N7Hhh8oGxMh3_UVoAlh2hphJAaQVKOHytva7fe2yNa0,786
|
|
134
|
+
sage/cpython/cython_metaclass.pxd,sha256=lYUJgERJZix2MwpLWrhZm-a6iq7-rT01DAvph4S0T9Y,124
|
|
135
|
+
sage/cpython/string.pxd,sha256=TvD_ZgtYp36TW8mkjwFZaCyh5RS0ekjiokNAa-qskIE,2588
|
|
136
|
+
sage/cpython/builtin_types.pyx,sha256=d0O-Ydnf8SKZ-TtMnpK7E5gLGPpTLJjnrSkdyIqI2Lw,196
|
|
137
|
+
sage/cpython/all.py,sha256=Tux0o-rbgpJYFx4d5KeaoqJqhZb7KyqTdCrRD81Gq7A,148
|
|
138
|
+
sage/cpython/cython_metaclass.cpython-313-darwin.so,sha256=KNxuj-miWoSWqW7rQwN4UX9YF7lKTW0IwIMp-bDbCeo,26512
|
|
139
|
+
sage/cpython/string.pyx,sha256=WVruGwr0FdR7ZRxk0sWTVQA5kau9Ar3ZTH6XUyHpBDg,1196
|
|
140
|
+
sage/cpython/atexit.cpython-313-darwin.so,sha256=x_zwteENqJ_uV6juV5G8BorPS0sI9hjyMLh4ntKqOMw,58464
|
|
141
|
+
sage/cpython/cython_metaclass.pyx,sha256=FOME93m8ak8IfERSVZf28JufCeWGz0R_jL1xPIVfNwI,4833
|
|
142
|
+
sage/cpython/getattr.cpython-313-darwin.so,sha256=BUBMrm3Gsg1ovYHI-1n2-S5SSlWL__bISzD3PDGkXE8,68912
|
|
143
|
+
sage/cpython/_py2_random.py,sha256=U4iBlbHd_4HhW6fU2MBPI2ERQZtZFmJIu9j1bPrxlwM,22928
|
|
144
|
+
sage/cpython/python_debug.pxd,sha256=EpFaKv-z7KzZ6f7g3o-NYUovfp9Yg-nsWbgFODjxI_w,2032
|
|
145
|
+
sage/cpython/type.cpython-313-darwin.so,sha256=WGoT33Ea6GA78A1NE3w2yplF-_jM_jXX9Q0iwxejYnw,35352
|
|
146
|
+
sage/cpython/dict_internal.h,sha256=McGCYoRGYalDPKk-tRx0wtfImuIV9BJ5Xg5PQdzJTR8,7110
|
|
147
|
+
sage/cpython/string.cpython-313-darwin.so,sha256=vHN3ue7_kW-Y-jymaEWA7ok0OGwZ7U7iZ46k-a8-y2E,40408
|
|
148
|
+
sage/cpython/getattr.pyx,sha256=-FRx8cibqtRVwD8-hZIZEt1v154UP5ZW5dFPCenQcY4,14954
|
|
149
|
+
sage/cpython/python_debug.h,sha256=MP_YprVdq11ZK_tNFcK2AakrhBcY_8ct4lCAm5kDT18,875
|
|
150
|
+
sage/cpython/atexit.pyx,sha256=x9TzrPitvCe-IBVu38gviT1TiK0JpujnYTNxHeP_nWM,9851
|
|
151
|
+
sage/cpython/dict_del_by_value.pxd,sha256=s4fW6tHggYhyNEbYFRca06_uaqZaG0mpKBzHE6usOIk,346
|
|
152
|
+
sage/cpython/type.pxd,sha256=4o2n1_b9Pcrm3kAFKcUaY-incfgUaeNwfOcqni1PxrY,88
|
|
153
|
+
sage/cpython/dict_del_by_value.cpython-313-darwin.so,sha256=-lrYZi5He1NL71JxLkQjRmkbHiM0t738XXnW7skG29E,35560
|
|
154
|
+
sage/sets/pythonclass.pyx,sha256=ZzUjh8bkoqWPCd85Kcx-NnuEghofSQ0NoCG_CpeCpX4,7136
|
|
155
|
+
sage/sets/pythonclass.cpython-313-darwin.so,sha256=vQhtzcL4YPc6-6SLfqLSQsK7itF9qAUXSEOkwkYKhmU,104624
|
|
156
|
+
sage/sets/all__sagemath_objects.py,sha256=YDdaT0ZDVNDu-ssAUrDGDpEkHpGC0KRBZ15j5Xk8O80,169
|
|
157
|
+
sage/sets/pythonclass.pxd,sha256=GYb_urQBxr8j28s_6FqtaN0WRZiW2hguXWR3Hztq3LU,189
|
|
158
|
+
sage/rings/integer_fake.pxd,sha256=D7n-VZrrigxZm_D7NQKNikuWm25lg4u7Ity0y7Pv_Io,1949
|
|
159
|
+
sage/rings/all__sagemath_objects.py,sha256=YDdaT0ZDVNDu-ssAUrDGDpEkHpGC0KRBZ15j5Xk8O80,169
|
|
160
|
+
sage/rings/integer_fake.h,sha256=e271zfi8hEZ5nzPLEljAjifRBaB4jOSgf8COx5zH2Zs,396
|
|
161
|
+
sage/modules/module.pxd,sha256=l0gI2rRtwVMJPQNkQfJXqEN9EEovo46yAcs-aHio_Uc,125
|
|
162
|
+
sage/modules/module.cpython-313-darwin.so,sha256=zWi_BRVwrMcTfroL2611IilTcDgVCvLp05vg35_81XI,75232
|
|
163
|
+
sage/modules/module.pyx,sha256=-QTSiktCdR3n9F5dee8hNk8yVgfWsJ7lzIFtgQHJT6o,12096
|
|
164
|
+
sage/modules/all__sagemath_objects.py,sha256=U0s3i-j8VG_G3hwosaLXkFtIexExCHE66vo6Xk5_V08,46
|
|
165
|
+
sage/structure/gens_py.py,sha256=3e2OoLDBveDRyuaGStNBUZarUNa0CE2Qs9cBGhxR28g,2069
|
|
166
|
+
sage/structure/parent.pxd,sha256=WZ0dqLTWmhpsSiXR_VN4LHmI9mac8w2fksr-_cuUrSk,4230
|
|
167
|
+
sage/structure/list_clone.pxd,sha256=Uy6QhnoBF8OLylfp74H4hupCyXCd1wVBXO0fAfbWKOw,2121
|
|
168
|
+
sage/structure/sage_object.pxd,sha256=ucLms0iBHPbK0A-IJ-UDLVEbW66BH719SErTxz23po0,78
|
|
169
|
+
sage/structure/sage_object_test.py,sha256=ZAhjc7q979clLhRqEWAneSQDWzxP7bXqtRyQwIXY81M,627
|
|
170
|
+
sage/structure/support_view.py,sha256=qlclI5fZdRBtWwV0UC5o9KmPPCTdqDUY0_YAAWWnf_k,5381
|
|
171
|
+
sage/structure/coerce_actions.pyx,sha256=lrg_qYJehodMQN7o3Z_5Igfdszz02cInnLa-Ds8zYwA,37252
|
|
172
|
+
sage/structure/parent_base.pyx,sha256=7Y6Yzx43IDux18_r33Ke_kYndZxYwAvBCW9s6g-YNTo,1764
|
|
173
|
+
sage/structure/parent_old.pyx,sha256=z-tLmDMh5F_gjUYm5pAshEFtldFZfPhXY49H4vzStZw,10485
|
|
174
|
+
sage/structure/element.pyx,sha256=PFFZFGWp9K1yCnqOIyLGT3tEi-gT5VPwAxoNIXOSRmo,188418
|
|
175
|
+
sage/structure/richcmp.pxd,sha256=XI0UNlzfLFW23_8TopFeTl-B6jzDSqhWryKGwbsbTkY,6475
|
|
176
|
+
sage/structure/factory.pyx,sha256=Y6CLDS5XvZZrywNWyo4XhJkyM6Yn_1VJ8MIKZRRNzXs,31258
|
|
177
|
+
sage/structure/coerce_dict.cpython-313-darwin.so,sha256=378CWRD26aRDVNa-vQk9IVW7NQ0t9MFpl4M5wAIsuqk,187696
|
|
178
|
+
sage/structure/dynamic_class.py,sha256=30FYmhsiPynSJwopAhcOeXrTukqOlJpBNjNhtBYt_gw,20222
|
|
179
|
+
sage/structure/coerce_maps.pxd,sha256=dm5fxyEnzLHBmAd__K4xLZNuyz0LYpX39YmCmj7amv8,504
|
|
180
|
+
sage/structure/mutability.pyx,sha256=uA5GXQxj1JVE-0Xua5RwV5JgnedSrf0GQPxmrl9HiNs,11493
|
|
181
|
+
sage/structure/category_object.pxd,sha256=rz9gGO9WiOLQ2XP9PdzSIELHW-4vvPmjXvqdD6huRvY,1030
|
|
182
|
+
sage/structure/unique_representation.py,sha256=cdLGUBHPZb4tK3uQ4zqnIH93--I0J6oQQc4wf0N5B5Y,52750
|
|
183
|
+
sage/structure/sequence.py,sha256=MRvLtTYRik3rQvUYLANxgvafNXc9QteQRM1OwbcziPU,29457
|
|
184
|
+
sage/structure/global_options.py,sha256=OwIgjujCtFcIp5YYDkQpOSPXeVABfPFZiotM2Yq2Ap4,69477
|
|
185
|
+
sage/structure/element_wrapper.cpython-313-darwin.so,sha256=nxtL0OQgfnfWWmThWNmcG4zoxDw04WFfukdVhgyKljk,137856
|
|
186
|
+
sage/structure/sage_object.cpython-313-darwin.so,sha256=U3TlGYWoggaFcN__jazDTZPimkL03FW0kVUKGeZO6qM,184328
|
|
187
|
+
sage/structure/coerce_maps.cpython-313-darwin.so,sha256=KLzJ7YBtYnHl4tsqCbshV7CPBVBpJokHdE5AkFUl730,209456
|
|
188
|
+
sage/structure/debug_options.cpython-313-darwin.so,sha256=_ctFI6ivtEYhZgASwiQ_Mk5429MIcEoUA-V35ZgAH-E,36272
|
|
189
|
+
sage/structure/test_factory.py,sha256=HL9H4MZC73a6Ew13W4VppvmRpcuqiJFEuM5xw3SZqOk,1760
|
|
190
|
+
sage/structure/debug_options.pxd,sha256=yf-VwnEs8Ur2_VYSQsrF9nkj_6AFTSsfcAcLW6IpdWM,200
|
|
191
|
+
sage/structure/parent_gens.pyx,sha256=uIOBoxy-5e8L2YRMEMzX36uPbOg4PCO97iIgcXAfCTQ,12910
|
|
192
|
+
sage/structure/set_factories.py,sha256=TAsPdQ-dQon69PxUv-fiybWHAOOAfJmQZiBQpRyCbdI,41181
|
|
193
|
+
sage/structure/__init__.py,sha256=EVCI863Rj_YxVl2dvc4UurCWk_IreSkmOrtR5vZLZ-4,122
|
|
194
|
+
sage/structure/list_clone_timings.py,sha256=qB1wmsqiKsTkmF2c6NbAlBIZ5DzwJZ8hnTeMMUMwLRI,6692
|
|
195
|
+
sage/structure/factorization_integer.py,sha256=PALiFasjPjEqEz08m1A5qADt14lhMt4Xgpgl4Vnovzw,3818
|
|
196
|
+
sage/structure/coerce.pyx,sha256=q2EvaHERVPmvHDAmsVAf9LIYcvCXKhy8pr35uxXuWxM,82161
|
|
197
|
+
sage/structure/coerce_dict.pxd,sha256=3Exj0-GuFQcXtXXKs4ydsU8trgO81fO2cIBP7PDlgZo,1415
|
|
198
|
+
sage/structure/all.py,sha256=5GYCPE_LABmoZGre1WR9mlhvvpWpzqJMZrS9rAPSan8,798
|
|
199
|
+
sage/structure/element_wrapper.pxd,sha256=MI50lX2z0XmOoaFwGXns-rpOcdcduculNkS8t6VP1i4,319
|
|
200
|
+
sage/structure/element.cpython-313-darwin.so,sha256=KRfh7tHRA78lVnGUlZ9MfMgpvK6lzyWA4YrIiZfBuss,569384
|
|
201
|
+
sage/structure/category_object.cpython-313-darwin.so,sha256=1JOEa5_KtpHysT09f4mF_k-eKNCf6UF6u1I4bFbRwPs,185712
|
|
202
|
+
sage/structure/element_wrapper.pyx,sha256=RH3G4VHj1Rop1w5eLV6ynIPVaV_qPxClhZ846aqxPbY,19276
|
|
203
|
+
sage/structure/factorization.py,sha256=4cKiiZ7KCiTW6MBXWrV3UdyDc-ww7-9p1Twv5LS-n78,45770
|
|
204
|
+
sage/structure/coerce_dict.pyx,sha256=_DuaRSosZsllXhc57Oe9imVrkc2xkQNzdHeNEAdtjVo,49983
|
|
205
|
+
sage/structure/list_clone.cpython-313-darwin.so,sha256=T1-JrBeNxcWIU958W3NXrxwUQzX6mhZZgt4z4-S_qq4,325824
|
|
206
|
+
sage/structure/indexed_generators.py,sha256=T3ADtTQ_D3s9waiEbURYTlyr7udHmoCXDCLnSk8xcts,34776
|
|
207
|
+
sage/structure/mutability.cpython-313-darwin.so,sha256=4Oy58-K1aFOHJnXA9J0sTd-o-5YterM132Ynf2aBYAk,97272
|
|
208
|
+
sage/structure/parent_old.cpython-313-darwin.so,sha256=wQxD5-yxdK_FMRWX_hIkbsrJXyodx_K5zKL5QocCvhw,92088
|
|
209
|
+
sage/structure/coerce.pxd,sha256=FklBQUdf23MFPu33SkIWJC9mQw2jjNSIY7PPMlQCNLQ,1369
|
|
210
|
+
sage/structure/list_clone_demo.pyx,sha256=oU65ulMRrP8mkP8aNRlBd8j0Z61tIta868Fxui8LDKs,7643
|
|
211
|
+
sage/structure/debug_options.pyx,sha256=JR58ihocYWnDea5HgTN8WQ_wRVwyYcO6xe8XFM2Ku_k,1974
|
|
212
|
+
sage/structure/list_clone_timings_cy.cpython-313-darwin.so,sha256=SAo6Ybt0ccC9Z3Kn2czY4ORxuNC9M6YpPLO1AQgcL9o,62896
|
|
213
|
+
sage/structure/coerce_exceptions.py,sha256=0_og2GtBcrr8me7_8edijpOnlKFbFhAiQS7OfpNslAQ,988
|
|
214
|
+
sage/structure/parent_gens.pxd,sha256=mE16F-vEdWAUeE3atp6ZddvIAteQ6jagiYwnVGjHr3s,802
|
|
215
|
+
sage/structure/list_clone_demo.cpython-313-darwin.so,sha256=J_3SnXtlqsfLFAoyT8x_nRpCEkiPcfeos2yYMhBmLLM,114680
|
|
216
|
+
sage/structure/richcmp.cpython-313-darwin.so,sha256=nXTPZHtGgzeaVpcWmpUZ86J7p5wJhDlGDl_Q7uSm2mI,107264
|
|
217
|
+
sage/structure/formal_sum.py,sha256=-0PPVOHHlfLGQNmU8YV7qNZhrxanAoVorZuFUKSX8Ss,15953
|
|
218
|
+
sage/structure/mutability.pxd,sha256=SvQMhy7o0PKUnPdNSOdM0w6qpgzEqVzxVXmG1EvmKNo,680
|
|
219
|
+
sage/structure/category_object.pyx,sha256=iK22UiNYaCgkEc4QeRY4Cu9V7oMBVQCZKhtd4O8NpVM,39030
|
|
220
|
+
sage/structure/list_clone_timings_cy.pyx,sha256=Yta-vzJVi8ZBH_1mPFJ7mNB11RGB64TqKqtSuil5CPc,2588
|
|
221
|
+
sage/structure/richcmp.pyx,sha256=3q-PX3EvGzjpYz9uPcoRuHU5NiJt_ax32_-9v5QAgNY,17828
|
|
222
|
+
sage/structure/coerce_maps.pyx,sha256=n1_2DKjzOu_I6lxkBXnr6hUqFAQau83Z985ryHK1HLY,25878
|
|
223
|
+
sage/structure/factory.cpython-313-darwin.so,sha256=FdbyOQ5lGxp_-IA6BiTJybsc3HtEo6YBaO_bf2N7A-0,122648
|
|
224
|
+
sage/structure/parent_old.pxd,sha256=rzTYw76EYTgql4jxm5X8wvYQ3D8vmU-V8wVQsU3w4Cw,969
|
|
225
|
+
sage/structure/element.pxd,sha256=JaMsIvj0HnpDZf2Q1vSs99SIQv3WKCpqkfg9oWLnTuU,7958
|
|
226
|
+
sage/structure/parent_gens.cpython-313-darwin.so,sha256=PzSSAc6KcqdcszAVScSwEb72YmISQrsa_EQMh_bqAT8,120424
|
|
227
|
+
sage/structure/coerce_actions.pxd,sha256=4Gzyc43JOKIYDPkKUowbdQ-vYpDTrIxJERUed88b6Oo,528
|
|
228
|
+
sage/structure/coerce.cpython-313-darwin.so,sha256=bnywPOb1gAI8izTsUrhMWlYaE2OKbz872TVvfzgFXx4,355520
|
|
229
|
+
sage/structure/parent_base.pxd,sha256=sQ4wTvOWWZUY8j_zLQjeFpZeXTCpJ6eNAFhL3BPU9tk,585
|
|
230
|
+
sage/structure/nonexact.py,sha256=kyCU30mUCCbiju6ujgVGe57gtAhavlEQvHDYHSYYupA,1736
|
|
231
|
+
sage/structure/parent.cpython-313-darwin.so,sha256=LreWm8liYH8QXLvvbwPnG1-CZppbgT1GKv6vbpN2NYo,376792
|
|
232
|
+
sage/structure/sage_object.pyx,sha256=v-zZLileKVikJuuZNdYlGp5StPASFAAMgdh7s1mHrPY,32292
|
|
233
|
+
sage/structure/coerce_actions.cpython-313-darwin.so,sha256=wMXMnyQFOJaf2zGNUOj_SkPnPNJFOjOFNqX-p8-CVbw,206192
|
|
234
|
+
sage/structure/list_clone.pyx,sha256=Jbicq-sIZ7WhqD_r0zbaXk4D0JEI820TrIcGN6EEGNQ,58956
|
|
235
|
+
sage/structure/set_factories_example.py,sha256=NjmC2WP-cCdojYsQhjuZaI9PPlaqMcLdO3FyNnc2aRE,17262
|
|
236
|
+
sage/structure/parent.pyx,sha256=1xhTOHMo_pVq7-LJ0LbM_lppyF0HMoEjEla99Yu4T5I,120215
|
|
237
|
+
sage/structure/parent_base.cpython-313-darwin.so,sha256=LzgvY0UGx0jExSrxhYTmEGG0kfNEEDVojsoRZjSCcWk,50592
|
|
238
|
+
sage/structure/proof/__init__.py,sha256=U0s3i-j8VG_G3hwosaLXkFtIexExCHE66vo6Xk5_V08,46
|
|
239
|
+
sage/structure/proof/all.py,sha256=oc3nbgOBRqlm6Azip-reTyYu9WejRD4EwD9gN8aBnbk,7339
|
|
240
|
+
sage/structure/proof/proof.py,sha256=0awMTNTW8UkYw-So8sEswkOH3ZJ2NjwMbjTTmcZZodY,10401
|
|
241
|
+
sage/categories/category_cy_helper.pyx,sha256=8OSlOSed3p6Lp4Sr9vBck7lEtXxnrcnsKjQhbHZh1tY,10890
|
|
242
|
+
sage/categories/action.pyx,sha256=jmGSGsG4VxsrIa26ShNxk1pnz9UdHxsDH6jxNVlHexQ,21056
|
|
243
|
+
sage/categories/morphism.cpython-313-darwin.so,sha256=gB4qce772l3RWkAuiEgdut3fB7bw4EWxAxgQIqqiktM,220264
|
|
244
|
+
sage/categories/algebra_functor.py,sha256=uAzDhMfZtzhoLyWTo9EXcsp88eMWQiyKdVuGKjNIZu4,24518
|
|
245
|
+
sage/categories/quotients.py,sha256=aWaYtsUG0-ZHgmuvchh6zfkx6xJxxLumLINPChE942Y,2562
|
|
246
|
+
sage/categories/morphism.pxd,sha256=udKj7cdyqm5oVHsn1abH2D9j2Xyd_47e2ZpTi0ouyVg,347
|
|
247
|
+
sage/categories/facade_sets.py,sha256=RYPBPreMt6hUZBA5x2ArTqrDlzE-heSw114vAv4opGg,8237
|
|
248
|
+
sage/categories/functor.pyx,sha256=VKU-tGKlPxn180i43CwUq6jZUSY3yVx1N78Xb3GxO34,22277
|
|
249
|
+
sage/categories/primer.py,sha256=23FNm2rMEjZDJ4oIisHooAK9xgOsw1VrnvSji9-kPvk,67064
|
|
250
|
+
sage/categories/functor.cpython-313-darwin.so,sha256=KKD1iECAd-xa1BasR8Grvvs4srCElJDa2AW8JWbawFY,134848
|
|
251
|
+
sage/categories/sets_cat.py,sha256=bVLsdneRUzh1knBFwlmo9OQEwVl0dpSfChe4Qanf_PU,132801
|
|
252
|
+
sage/categories/subobjects.py,sha256=upYT6feRHzYRELhoBs3VrJ0cgFNwRntxwsucbuHVsdY,2548
|
|
253
|
+
sage/categories/sets_with_partial_maps.py,sha256=Rn-Z75T-bSG5KJnIdADHbsQAvCJtbcEgxi79V46JXjc,1668
|
|
254
|
+
sage/categories/realizations.py,sha256=4ocuBKRQmROJGau7k-6OizQVLmgiGIOGRwSIvJGE_is,8297
|
|
255
|
+
sage/categories/category_singleton.pyx,sha256=xwsrucWotXXe-lZib5PSE7cMz_5qfIOTS9rIpbxFNns,13719
|
|
256
|
+
sage/categories/map.cpython-313-darwin.so,sha256=99LXN0hUqSkSZufGgUro43jTSgMkT_esD9_gatpSBcY,287176
|
|
257
|
+
sage/categories/homsets.py,sha256=D8Lf2aqcWUcbeDUx7sTAW_MLTU6Tbthlem708qxsjFg,12567
|
|
258
|
+
sage/categories/isomorphic_objects.py,sha256=Uyr_YZf3yyUAB9o5afQNMILaXe8PwM1wKGlt00OGPdg,2993
|
|
259
|
+
sage/categories/pushout.py,sha256=JkaaI12Hh-X9z-xhd9_nJgzusQTeDRe4R7fBoNpDxYQ,192356
|
|
260
|
+
sage/categories/category_types.py,sha256=5zGnHgih48q7hEjKl4Sh72fhAnJXmDElgniKe63VHDo,20303
|
|
261
|
+
sage/categories/map.pyx,sha256=T2JEvZlFbCTXIN-PfbXOTG3JNouw8mlfqltV-Q0MPVk,78451
|
|
262
|
+
sage/categories/map.pxd,sha256=BuIaeaQ6Kid0Vu6BtwWpZjU6Kbdgfl_oL02qvdtgB2s,1093
|
|
263
|
+
sage/categories/category_cy_helper.cpython-313-darwin.so,sha256=ySZKbPMjux5rIIM-DSRJGsRWcXjI2mDLIkd_m1eYINU,89400
|
|
264
|
+
sage/categories/homset.py,sha256=U8rhTZaH1hSypzW7UHjddBlzl51RIMw297vjNdVybVA,53173
|
|
265
|
+
sage/categories/action.cpython-313-darwin.so,sha256=uRRomC9dNXj6UfTis9Bm__YHex6BzJGZJTZd-7JTCGE,153968
|
|
266
|
+
sage/categories/basic.py,sha256=V1FArAZxEZpxXXHcsY60rknBOSsWqvEbMzVTik8yWJ4,2576
|
|
267
|
+
sage/categories/category_singleton.pxd,sha256=Jm1lACWOGrs6Jjsy_fdv61NQSyQqnaKftAiNBNJYhgI,139
|
|
268
|
+
sage/categories/covariant_functorial_construction.py,sha256=1iCOoZ-1heNULiTQfGNJ4uN2MDRDQZErWDHx6p-A-MI,27547
|
|
269
|
+
sage/categories/category_with_axiom.py,sha256=0yXKkQJVa_eNoZYZi4HPsK3OmdhG758l4kw2BcfrDPU,114821
|
|
270
|
+
sage/categories/functor.pxd,sha256=HcrYjA83mrJpvnb9xRD7ygHrMIi5FOQSgyRfivnIb5I,203
|
|
271
|
+
sage/categories/morphism.pyx,sha256=JL2rzsKeXkcC2cJoYgNuE2Y6au1L1KGGYVM0B_CvLV4,29074
|
|
272
|
+
sage/categories/cartesian_product.py,sha256=8-y9HOn7IHC4eoOxfSJxaNgTq5RRmwalAW-48i6H9B8,10183
|
|
273
|
+
sage/categories/objects.py,sha256=h-o39k-ugble8Xp_W2X4kPdpdiJ6r8HX-HwVBV9NVKQ,5346
|
|
274
|
+
sage/categories/with_realizations.py,sha256=tYlFsLXAZzZjZrbPS2YM76Qx9ipjSdOt00ng5pgQqrs,13163
|
|
275
|
+
sage/categories/all__sagemath_objects.py,sha256=l0cQjqOFqQLeB_KplQnKRfuL566SRDm5Q9eBkz72_l4,1148
|
|
276
|
+
sage/categories/subquotients.py,sha256=t4hQukYFVMlI_ZGM7PdXKkT0ch2qVSDHvhbUCIToBPI,706
|
|
277
|
+
sage/categories/category.py,sha256=C1wrDQB95QNB6RFjoipqNxoTP6w9SDDY12EFnmywpH8,129691
|
|
278
|
+
sage/categories/category_singleton.cpython-313-darwin.so,sha256=dRJRVKgQplcvrnEsJ6EI2o51WO4R0nXEAx8GhG2AdOM,88184
|
|
279
|
+
sage/categories/action.pxd,sha256=lhpj480hNMVyP3sWhDt0FZV3q74Y-6Q19-Ba15OO6bc,725
|
|
280
|
+
sage/categories/category_cy_helper.pxd,sha256=JsUgsEflgxFj99fKcUkZIF51hubE3fm1NjYFjEUdNzc,408
|
sage/all__sagemath_objects.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# sage_setup: distribution = sagemath-objects
|
|
2
|
+
# delvewheel: patch
|
|
2
3
|
import os
|
|
3
4
|
import sys
|
|
4
5
|
import operator
|
|
@@ -21,7 +22,8 @@ from sage.categories.all__sagemath_objects import *
|
|
|
21
22
|
|
|
22
23
|
from sage.cpython.all import *
|
|
23
24
|
|
|
24
|
-
|
|
25
|
+
if sys.platform != 'win32':
|
|
26
|
+
from cysignals.alarm import alarm, cancel_alarm
|
|
25
27
|
|
|
26
28
|
from copy import copy, deepcopy
|
|
27
29
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
sage/categories/basic.py
CHANGED
|
@@ -13,9 +13,17 @@ AUTHORS:
|
|
|
13
13
|
# http://www.gnu.org/licenses/
|
|
14
14
|
#*****************************************************************************
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
from
|
|
16
|
+
try:
|
|
17
|
+
from typing import Self # type: ignore (Python >= 3.11)
|
|
18
|
+
except ImportError:
|
|
19
|
+
from typing_extensions import Self # type: ignore (Python 3.10)
|
|
20
|
+
|
|
21
|
+
from sage.categories.covariant_functorial_construction import (
|
|
22
|
+
CovariantConstructionCategory,
|
|
23
|
+
CovariantFunctorialConstruction,
|
|
24
|
+
)
|
|
18
25
|
from sage.categories.pushout import MultivariateConstructionFunctor
|
|
26
|
+
from sage.misc.lazy_import import lazy_import
|
|
19
27
|
|
|
20
28
|
native_python_containers = {tuple, list, set, frozenset, range}
|
|
21
29
|
|
|
@@ -245,7 +253,7 @@ class CartesianProductsCategory(CovariantConstructionCategory):
|
|
|
245
253
|
# This method is only required for the capital `C`
|
|
246
254
|
return "Cartesian products of %s" % (self.base_category()._repr_object_names())
|
|
247
255
|
|
|
248
|
-
def CartesianProducts(self):
|
|
256
|
+
def CartesianProducts(self) -> Self:
|
|
249
257
|
"""
|
|
250
258
|
Return the category of (finite) Cartesian products of objects
|
|
251
259
|
of ``self``.
|
sage/categories/category.py
CHANGED
|
@@ -103,19 +103,27 @@ A parent ``P`` is in a category ``C`` if ``P.category()`` is a subcategory of
|
|
|
103
103
|
# ****************************************************************************
|
|
104
104
|
|
|
105
105
|
import inspect
|
|
106
|
+
try:
|
|
107
|
+
from typing import Self # type: ignore (Python >= 3.11)
|
|
108
|
+
except ImportError:
|
|
109
|
+
from typing_extensions import Self # type: ignore (Python 3.10)
|
|
106
110
|
from warnings import warn
|
|
111
|
+
|
|
112
|
+
from sage.categories.category_cy_helper import (
|
|
113
|
+
_flatten_categories,
|
|
114
|
+
_sort_uniq,
|
|
115
|
+
category_sort_key,
|
|
116
|
+
join_as_tuple,
|
|
117
|
+
)
|
|
107
118
|
from sage.misc.abstract_method import abstract_method, abstract_methods_of_class
|
|
108
|
-
from sage.misc.
|
|
109
|
-
from sage.misc.
|
|
119
|
+
from sage.misc.c3_controlled import C3_sorted_merge, _cmp_key, _cmp_key_named
|
|
120
|
+
from sage.misc.cachefunc import cached_function, cached_method
|
|
110
121
|
from sage.misc.lazy_attribute import lazy_attribute
|
|
111
122
|
from sage.misc.unknown import Unknown
|
|
112
123
|
from sage.misc.weak_dict import WeakValueDictionary
|
|
113
|
-
|
|
124
|
+
from sage.structure.dynamic_class import DynamicMetaclass, dynamic_class
|
|
114
125
|
from sage.structure.sage_object import SageObject
|
|
115
126
|
from sage.structure.unique_representation import UniqueRepresentation
|
|
116
|
-
from sage.structure.dynamic_class import DynamicMetaclass, dynamic_class
|
|
117
|
-
|
|
118
|
-
from sage.categories.category_cy_helper import category_sort_key, _sort_uniq, _flatten_categories, join_as_tuple
|
|
119
127
|
|
|
120
128
|
_join_cache = WeakValueDictionary()
|
|
121
129
|
|
|
@@ -1045,7 +1053,7 @@ class Category(UniqueRepresentation, SageObject):
|
|
|
1045
1053
|
# Methods handling of full subcategories
|
|
1046
1054
|
##########################################################################
|
|
1047
1055
|
|
|
1048
|
-
def additional_structure(self):
|
|
1056
|
+
def additional_structure(self) -> Self:
|
|
1049
1057
|
"""
|
|
1050
1058
|
Return whether ``self`` defines additional structure.
|
|
1051
1059
|
|
|
@@ -2214,7 +2222,7 @@ class Category(UniqueRepresentation, SageObject):
|
|
|
2214
2222
|
else:
|
|
2215
2223
|
raise ValueError("Cannot remove axiom {} from {}".format(axiom, self))
|
|
2216
2224
|
|
|
2217
|
-
def _without_axioms(self, named=False):
|
|
2225
|
+
def _without_axioms(self, named=False) -> Self:
|
|
2218
2226
|
r"""
|
|
2219
2227
|
Return the category without the axioms that have been added
|
|
2220
2228
|
to create it.
|
|
Binary file
|
|
Binary file
|
|
@@ -9,6 +9,7 @@ Singleton categories
|
|
|
9
9
|
# Distributed under the terms of the GNU General Public License (GPL)
|
|
10
10
|
# https://www.gnu.org/licenses/
|
|
11
11
|
# *****************************************************************************
|
|
12
|
+
from cpython.type cimport PyType_IsSubtype
|
|
12
13
|
|
|
13
14
|
from sage.misc.constant_function import ConstantFunction
|
|
14
15
|
from sage.misc.lazy_attribute import lazy_class_attribute
|
|
@@ -16,10 +17,6 @@ from sage.categories.category import Category
|
|
|
16
17
|
from sage.structure.category_object cimport CategoryObject
|
|
17
18
|
from sage.structure.dynamic_class import DynamicMetaclass
|
|
18
19
|
|
|
19
|
-
# I have no idea why this is necessary, but otherwise the type import fails (maybe because its shadowed by sage's cpython module?)
|
|
20
|
-
from cpython.method cimport PyMethod_Check
|
|
21
|
-
from cpython.type cimport PyType_IsSubtype
|
|
22
|
-
|
|
23
20
|
# This helper class is used to implement Category_singleton.__contains__
|
|
24
21
|
# In particular, the docstring is what appears upon C.__contains__?
|
|
25
22
|
# for C a singleton category like Fields().
|
|
@@ -42,13 +42,18 @@ AUTHORS:
|
|
|
42
42
|
# Distributed under the terms of the GNU General Public License (GPL)
|
|
43
43
|
# http://www.gnu.org/licenses/
|
|
44
44
|
#******************************************************************************
|
|
45
|
+
try:
|
|
46
|
+
from typing import Self # type: ignore (Python >= 3.11)
|
|
47
|
+
except ImportError:
|
|
48
|
+
from typing_extensions import Self # type: ignore (Python 3.10)
|
|
49
|
+
|
|
50
|
+
from sage.categories.category import Category
|
|
45
51
|
from sage.misc.cachefunc import cached_function, cached_method
|
|
46
52
|
from sage.misc.lazy_attribute import lazy_class_attribute
|
|
47
53
|
from sage.misc.lazy_import import LazyImport
|
|
48
|
-
from sage.
|
|
54
|
+
from sage.structure.dynamic_class import DynamicMetaclass
|
|
49
55
|
from sage.structure.sage_object import SageObject
|
|
50
56
|
from sage.structure.unique_representation import UniqueRepresentation
|
|
51
|
-
from sage.structure.dynamic_class import DynamicMetaclass
|
|
52
57
|
|
|
53
58
|
|
|
54
59
|
class CovariantFunctorialConstruction(UniqueRepresentation, SageObject):
|
|
@@ -624,7 +629,7 @@ class CovariantConstructionCategory(FunctorialConstructionCategory):
|
|
|
624
629
|
f = self._functor_category
|
|
625
630
|
return not any(hasattr(C, f) for C in base.super_categories())
|
|
626
631
|
|
|
627
|
-
def additional_structure(self):
|
|
632
|
+
def additional_structure(self) -> Self | None:
|
|
628
633
|
r"""
|
|
629
634
|
Return the additional structure defined by ``self``.
|
|
630
635
|
|
|
Binary file
|
sage/categories/homset.py
CHANGED
|
@@ -297,7 +297,8 @@ def Hom(X, Y, category=None, check=True):
|
|
|
297
297
|
sage: R = Set_PythonType(int)
|
|
298
298
|
sage: S = Set_PythonType(float)
|
|
299
299
|
sage: Hom(R, S)
|
|
300
|
-
Set of Morphisms from Set of Python objects of class 'int'
|
|
300
|
+
Set of Morphisms from Set of Python objects of class 'int'
|
|
301
|
+
to Set of Python objects of class 'float' in Category of infinite sets
|
|
301
302
|
|
|
302
303
|
Checks that the domain and codomain are in the specified
|
|
303
304
|
category. Case of a non parent::
|