Skip to content

Comments

Rename non-standard dunder attributes to sunder#70

Merged
JacobHayes merged 1 commit intogoldenfrom
sunder
Jul 27, 2021
Merged

Rename non-standard dunder attributes to sunder#70
JacobHayes merged 1 commit intogoldenfrom
sunder

Conversation

@JacobHayes
Copy link
Member

We had a handful of custom dunder (__<name>__) properties and methods, but those should be reserved for python magics. Instead, taking a hint from enum, I moved all of the custom dunders to sunders (_<name>_).

@JacobHayes JacobHayes self-assigned this Jul 27, 2021
@JacobHayes JacobHayes requested a review from mikss July 27, 2021 06:02
@codecov
Copy link

codecov bot commented Jul 27, 2021

Codecov Report

Merging #70 (a3bb035) into golden (bb0e76e) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            golden       #70   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          685       685           
  Branches        79        79           
=========================================
  Hits           685       685           
Impacted Files Coverage Δ
src/arti/annotations/core.py 100.00% <100.00%> (ø)
src/arti/formats/core.py 100.00% <100.00%> (ø)
src/arti/internal/models.py 100.00% <100.00%> (ø)
src/arti/storage/core.py 100.00% <100.00%> (ø)
src/arti/types/core.py 100.00% <100.00%> (ø)
src/arti/versions/core.py 100.00% <100.00%> (ø)
src/arti/views/core.py 100.00% <100.00%> (ø)
src/arti/views/python.py 100.00% <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 bb0e76e...a3bb035. Read the comment docs.

Copy link
Contributor

@mikss mikss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good clean-up.

@JacobHayes JacobHayes merged commit 9cb47be into golden Jul 27, 2021
@JacobHayes JacobHayes deleted the sunder branch July 27, 2021 14:33
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.

2 participants