Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document mutability and metaclass interactions #154

Merged
merged 2 commits into from
Sep 25, 2021

Conversation

antonagestam
Copy link
Owner

Closes #127.
Closes #128.

@codecov-commenter
Copy link

codecov-commenter commented Sep 24, 2021

Codecov Report

Merging #154 (c43cc22) into main (f84b3be) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #154   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          669       669           
  Branches        51        51           
=========================================
  Hits           669       669           
Impacted Files Coverage Δ
src/phantom/__init__.py 100.00% <ø> (ø)
src/phantom/interval.py 100.00% <ø> (ø)
src/phantom/iso3166.py 100.00% <ø> (ø)
src/phantom/re.py 100.00% <ø> (ø)
src/phantom/schema.py 100.00% <ø> (ø)
src/phantom/sized.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f84b3be...c43cc22. Read the comment docs.

docs/pages/composing-types.rst Outdated Show resolved Hide resolved
docs/pages/composing-types.rst Outdated Show resolved Hide resolved
docs/pages/composing-types.rst Outdated Show resolved Hide resolved
docs/pages/composing-types.rst Outdated Show resolved Hide resolved
docs/pages/composing-types.rst Outdated Show resolved Hide resolved
@antonagestam antonagestam enabled auto-merge (squash) September 25, 2021 00:04
@antonagestam antonagestam merged commit 9e169b9 into main Sep 25, 2021
@antonagestam antonagestam deleted the feature/improve-composition-docs branch September 25, 2021 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Phantom types for mutable base types Usage with other types with metaclasses / metaclass conflicts
2 participants