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

MAINT: fix accessor's doc #203

Merged
merged 5 commits into from Sep 22, 2021
Merged

MAINT: fix accessor's doc #203

merged 5 commits into from Sep 22, 2021

Conversation

Zeroto521
Copy link
Owner

Problem description

callable is a function to judge an object could call or not.
But I thought it was a function type.

Before

Clip_20210921_230011

Now

Clip_20210921_225854

@codecov
Copy link

codecov bot commented Sep 22, 2021

Codecov Report

Merging #203 (cee5f92) into master (afb20dd) will decrease coverage by 1.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #203      +/-   ##
==========================================
- Coverage   99.37%   98.30%   -1.08%     
==========================================
  Files          22       20       -2     
  Lines         479      471       -8     
  Branches       50       49       -1     
==========================================
- Hits          476      463      -13     
- Misses          1        4       +3     
- Partials        2        4       +2     
Impacted Files Coverage Δ
dtoolkit/util/__init__.py 100.00% <ø> (ø)
dtoolkit/accessor/register.py 100.00% <100.00%> (ø)
dtoolkit/transformer/factory.py 100.00% <100.00%> (ø)
dtoolkit/accessor/_util.py 76.47% <0.00%> (-23.53%) ⬇️
dtoolkit/accessor/dataframe.py 96.77% <0.00%> (-1.62%) ⬇️

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 afb20dd...cee5f92. Read the comment docs.

@Zeroto521 Zeroto521 merged commit 4ddf999 into master Sep 22, 2021
@Zeroto521 Zeroto521 deleted the fix-register-doc branch September 22, 2021 01:18
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