• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kmkurn / text2array / 8944088362

03 May 2024 07:44PM UTC coverage: 100.0%. Remained the same
8944088362

Pull #9

github

web-flow
Merge ab3bad795 into 3c6dcc1a4
Pull Request #9: Bump tqdm from 4.31.1 to 4.66.3 in /docs

120 of 120 branches covered (100.0%)

Branch coverage included in aggregate %.

274 of 274 relevant lines covered (100.0%)

1.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/text2array/samples.py
1
# Copyright 2019 Kemal Kurniawan
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
5
# You may obtain a copy of the License at
6
#
7
#     http://www.apache.org/licenses/LICENSE-2.0
8
#
9
# Unless required by applicable law or agreed to in writing, software
10
# distributed under the License is distributed on an "AS IS" BASIS,
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14

15
from typing import Mapping, Sequence, Union
1✔
16

17
# TODO remove these "type ignore" once mypy supports recursive types
18
# see: https://github.com/python/mypy/issues/731
19
FieldName = str
1✔
20
FieldValue = Union[float, int, bool, str, Sequence["FieldValue"]]  # type: ignore
1✔
21
Sample = Mapping[FieldName, FieldValue]  # type: ignore
1✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc