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

Implement basis of tally-token #1

Merged
merged 1 commit into from
Jul 15, 2023
Merged

Implement basis of tally-token #1

merged 1 commit into from
Jul 15, 2023

Conversation

kitsuyui
Copy link
Owner

@kitsuyui kitsuyui commented Jul 15, 2023

split

>>> from tally_token import split_text
>>> split_text("Hello, World!")
(b'qQ\xa5\x97\x84\x88\xd7U%\xfb(k\xa1', b'94\xc9\xfb\xeb\xa4\xf7\x02J\x89D\x0f\x80')

merge

>>> from tally_token import merge_text
>>> merge_text(b'qQ\xa5\x97\x84\x88\xd7U%\xfb(k\xa1', b'94\xc9\xfb\xeb\xa4\xf7\x02J\x89D\x0f\x80')
'Hello, World!'

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and project coverage change: +100.00 🎉

Comparison is base (9674d74) 0.00% compared to head (939b131) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##           main        #1        +/-   ##
===========================================
+ Coverage      0   100.00%   +100.00%     
===========================================
  Files         0         1         +1     
  Lines         0        20        +20     
===========================================
+ Hits          0        20        +20     
Flag Coverage Δ
unittests 100.00% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tally_token/__init__.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kitsuyui kitsuyui merged commit c46f7ed into main Jul 15, 2023
@kitsuyui kitsuyui deleted the basis branch July 15, 2023 00:17
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