ducktools-classbuilder 0.8.3__tar.gz → 0.8.4__tar.gz
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 ducktools-classbuilder might be problematic. Click here for more details.
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/PKG-INFO +1 -1
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools/classbuilder/__init__.py +8 -6
- ducktools_classbuilder-0.8.4/src/ducktools/classbuilder/_version.py +2 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools/classbuilder/annotations.py +1 -1
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools/classbuilder/prefab.py +1 -1
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools/classbuilder/prefab.pyi +47 -14
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools_classbuilder.egg-info/PKG-INFO +1 -1
- ducktools_classbuilder-0.8.3/src/ducktools/classbuilder/_version.py +0 -2
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/.github/dependabot.yml +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/.github/workflows/auto_test.yml +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/.github/workflows/publish_to_pypi.yml +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/.github/workflows/publish_to_testpypi.yml +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/.gitignore +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/.readthedocs.yaml +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/LICENSE +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/MANIFEST.in +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/README.md +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs/Makefile +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs/api.md +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs/approach_vs_tool.md +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs/conf.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs/extension_examples.md +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs/generated_code.md +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs/index.md +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs/make.bat +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs/perf/performance_tests.md +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs/prefab/index.md +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs/tutorial.md +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/docs_ex10_frozen_attributes.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/docs_ex1_basic.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/docs_ex2_register.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/docs_ex3_iterable.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/docs_ex5_frozen.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/docs_ex7_posonly.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/docs_ex8_converters.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/docs_ex9_annotated.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/index_example.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/tutorial_code.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/pyproject.toml +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/setup.cfg +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools/classbuilder/__init__.pyi +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools/classbuilder/annotations.pyi +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools/classbuilder/py.typed +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools_classbuilder.egg-info/SOURCES.txt +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools_classbuilder.egg-info/dependency_links.txt +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools_classbuilder.egg-info/requires.txt +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools_classbuilder.egg-info/top_level.txt +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/annotations/test_annotated.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/annotations/test_annotations_module.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/annotations/test_future_annotations.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/conftest.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/dynamic/test_compare_attrib.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/dynamic/test_construction.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/dynamic/test_frozen.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/dynamic/test_internals.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/dynamic/test_pre_post_init.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/dynamic/test_private.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/dynamic/test_slots_novalues.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/dynamic/test_slotted_class.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/dynamic/test_subclass_implementation.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/conftest.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/creation.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/creation_empty.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/dunders.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/fails/creation_2.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/fails/creation_3.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/fails/creation_5.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/fails/inheritance_1.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/fails/inheritance_2.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/funcs_prefabs.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/hint_syntax.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/inheritance.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/init_ex.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/kw_only.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/examples/repr_func.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_creation.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_dunders.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_funcs.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_hint_syntax.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_inheritance.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_init.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_kw_only.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_repr.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/py312_tests/test_generic_annotations.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/py314_tests/_test_support.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/py314_tests/test_forwardref_annotations.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/test_core.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/test_field_flags.py +0 -0
- {ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/test_slotmakermeta.py +0 -0
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools/classbuilder/__init__.py
RENAMED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
import os
|
|
34
34
|
|
|
35
35
|
from .annotations import get_ns_annotations, is_classvar
|
|
36
|
-
from ._version import __version__, __version_tuple__
|
|
36
|
+
from ._version import __version__, __version_tuple__ # noqa: F401
|
|
37
37
|
|
|
38
38
|
# Change this name if you make heavy modifications
|
|
39
39
|
INTERNALS_DICT = "__classbuilder_internals__"
|
|
@@ -280,7 +280,7 @@ def get_init_generator(null=NOTHING, extra_code=None):
|
|
|
280
280
|
|
|
281
281
|
assigns = "\n ".join(assignments) if assignments else "pass\n"
|
|
282
282
|
code = (
|
|
283
|
-
f"def {funcname}(self, {args}):\n"
|
|
283
|
+
f"def {funcname}(self, {args}):\n"
|
|
284
284
|
f" {assigns}\n"
|
|
285
285
|
)
|
|
286
286
|
# Handle additional function calls
|
|
@@ -663,10 +663,10 @@ class Field(metaclass=SlotMakerMeta):
|
|
|
663
663
|
def from_field(cls, fld, /, **kwargs):
|
|
664
664
|
"""
|
|
665
665
|
Create an instance of field or subclass from another field.
|
|
666
|
-
|
|
667
|
-
This is intended to be used to convert a base
|
|
666
|
+
|
|
667
|
+
This is intended to be used to convert a base
|
|
668
668
|
Field into a subclass.
|
|
669
|
-
|
|
669
|
+
|
|
670
670
|
:param fld: field class to convert
|
|
671
671
|
:param kwargs: Additional keyword arguments for subclasses
|
|
672
672
|
:return: new field subclass instance
|
|
@@ -762,7 +762,9 @@ def make_annotation_gatherer(
|
|
|
762
762
|
else:
|
|
763
763
|
cls_dict = cls_or_ns.__dict__
|
|
764
764
|
|
|
765
|
-
|
|
765
|
+
# This should really be dict[str, field_type] but static analysis
|
|
766
|
+
# doesn't understand this.
|
|
767
|
+
cls_fields: dict[str, Field] = {}
|
|
766
768
|
modifications = {}
|
|
767
769
|
|
|
768
770
|
cls_annotations = get_ns_annotations(cls_dict)
|
|
@@ -25,7 +25,7 @@ import sys
|
|
|
25
25
|
class _LazyAnnotationLib:
|
|
26
26
|
def __getattr__(self, item):
|
|
27
27
|
global _lazyannotationlib
|
|
28
|
-
import annotationlib
|
|
28
|
+
import annotationlib # type: ignore - this is a Python 3.14 library
|
|
29
29
|
_lazyannotationlib = annotationlib
|
|
30
30
|
return getattr(annotationlib, item)
|
|
31
31
|
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools/classbuilder/prefab.py
RENAMED
|
@@ -36,7 +36,7 @@ from . import (
|
|
|
36
36
|
|
|
37
37
|
# These aren't used but are re-exported for ease of use
|
|
38
38
|
# noinspection PyUnresolvedReferences
|
|
39
|
-
from . import SlotFields, KW_ONLY
|
|
39
|
+
from . import SlotFields, KW_ONLY # noqa: F401
|
|
40
40
|
|
|
41
41
|
PREFAB_FIELDS = "PREFAB_FIELDS"
|
|
42
42
|
PREFAB_INIT_FUNC = "__prefab_init__"
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools/classbuilder/prefab.pyi
RENAMED
|
@@ -125,23 +125,56 @@ class Prefab(metaclass=SlotMakerMeta):
|
|
|
125
125
|
recursive_repr: bool = False,
|
|
126
126
|
) -> None: ...
|
|
127
127
|
|
|
128
|
-
|
|
129
|
-
#
|
|
130
|
-
#
|
|
128
|
+
# As far as I can tell these are the correct types
|
|
129
|
+
# But mypy.stubtest crashes trying to analyse them
|
|
130
|
+
# Due to the combination of overload and dataclass_transform
|
|
131
|
+
# @typing.overload
|
|
132
|
+
# def prefab(
|
|
133
|
+
# cls: None = None,
|
|
134
|
+
# *,
|
|
135
|
+
# init: bool = ...,
|
|
136
|
+
# repr: bool = ...,
|
|
137
|
+
# eq: bool = ...,
|
|
138
|
+
# iter: bool = ...,
|
|
139
|
+
# match_args: bool = ...,
|
|
140
|
+
# kw_only: bool = ...,
|
|
141
|
+
# frozen: bool = ...,
|
|
142
|
+
# dict_method: bool = ...,
|
|
143
|
+
# recursive_repr: bool = ...,
|
|
144
|
+
# ) -> Callable[[type[_T]], type[_T]]: ...
|
|
145
|
+
|
|
146
|
+
# @dataclass_transform(field_specifiers=(Attribute, attribute))
|
|
147
|
+
# @typing.overload
|
|
148
|
+
# def prefab(
|
|
149
|
+
# cls: type[_T],
|
|
150
|
+
# *,
|
|
151
|
+
# init: bool = ...,
|
|
152
|
+
# repr: bool = ...,
|
|
153
|
+
# eq: bool = ...,
|
|
154
|
+
# iter: bool = ...,
|
|
155
|
+
# match_args: bool = ...,
|
|
156
|
+
# kw_only: bool = ...,
|
|
157
|
+
# frozen: bool = ...,
|
|
158
|
+
# dict_method: bool = ...,
|
|
159
|
+
# recursive_repr: bool = ...,
|
|
160
|
+
# ) -> type[_T]: ...
|
|
161
|
+
|
|
162
|
+
# As mypy crashes, and the only difference is the return type
|
|
163
|
+
# just return `Any` for now to avoid the overload.
|
|
131
164
|
@dataclass_transform(field_specifiers=(Attribute, attribute))
|
|
132
165
|
def prefab(
|
|
133
|
-
cls: type[_T] | None =
|
|
166
|
+
cls: type[_T] | None = ...,
|
|
134
167
|
*,
|
|
135
|
-
init: bool =
|
|
136
|
-
repr: bool =
|
|
137
|
-
eq: bool =
|
|
138
|
-
iter: bool =
|
|
139
|
-
match_args: bool =
|
|
140
|
-
kw_only: bool =
|
|
141
|
-
frozen: bool =
|
|
142
|
-
dict_method: bool =
|
|
143
|
-
recursive_repr: bool =
|
|
144
|
-
) ->
|
|
168
|
+
init: bool = ...,
|
|
169
|
+
repr: bool = ...,
|
|
170
|
+
eq: bool = ...,
|
|
171
|
+
iter: bool = ...,
|
|
172
|
+
match_args: bool = ...,
|
|
173
|
+
kw_only: bool = ...,
|
|
174
|
+
frozen: bool = ...,
|
|
175
|
+
dict_method: bool = ...,
|
|
176
|
+
recursive_repr: bool = ...,
|
|
177
|
+
) -> typing.Any: ...
|
|
145
178
|
|
|
146
179
|
def build_prefab(
|
|
147
180
|
class_name: str,
|
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/.github/workflows/auto_test.yml
RENAMED
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/.github/workflows/publish_to_pypi.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs/perf/performance_tests.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/docs_ex2_register.py
RENAMED
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/docs_ex3_iterable.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/docs_ex8_converters.py
RENAMED
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/docs_code/docs_ex9_annotated.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/src/ducktools/classbuilder/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/annotations/test_annotated.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/dynamic/test_frozen.py
RENAMED
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/dynamic/test_internals.py
RENAMED
|
File without changes
|
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/dynamic/test_private.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_creation.py
RENAMED
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_dunders.py
RENAMED
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_funcs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_init.py
RENAMED
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_kw_only.py
RENAMED
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/prefab/shared/test_repr.py
RENAMED
|
File without changes
|
|
File without changes
|
{ducktools_classbuilder-0.8.3 → ducktools_classbuilder-0.8.4}/tests/py314_tests/_test_support.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|