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

__repr__ method #147

Merged
merged 2 commits into from
Oct 14, 2023
Merged

__repr__ method #147

merged 2 commits into from
Oct 14, 2023

Conversation

bigcat88
Copy link
Member

  • __repr__ method added for most objects(previously it was only present for FsNode).
  • notifications.Notification class has been rewritten in the same format as all the others.

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

Merging #147 (f50151a) into main (5750e9a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #147   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files          34       34           
  Lines        3061     3091   +30     
=======================================
+ Hits         3054     3084   +30     
  Misses          7        7           
Files Coverage Δ
nc_py_api/activity.py 100.00% <100.00%> (ø)
nc_py_api/apps.py 100.00% <100.00%> (ø)
nc_py_api/files/__init__.py 100.00% <100.00%> (ø)
nc_py_api/notes.py 98.90% <100.00%> (+0.02%) ⬆️
nc_py_api/notifications.py 100.00% <100.00%> (ø)
nc_py_api/talk.py 100.00% <100.00%> (ø)
nc_py_api/talk_bot.py 100.00% <100.00%> (ø)
nc_py_api/user_status.py 100.00% <100.00%> (ø)
nc_py_api/users.py 100.00% <100.00%> (ø)
nc_py_api/users_groups.py 100.00% <100.00%> (ø)

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
@bigcat88 bigcat88 merged commit e411fca into main Oct 14, 2023
15 checks passed
@bigcat88 bigcat88 deleted the str-repr branch October 14, 2023 21:41
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.

None yet

1 participant