File: utils.rst

package info (click to toggle)
python-b2sdk 2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,020 kB
  • sloc: python: 30,902; sh: 13; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
B2 Utility functions
====================

.. autofunction:: b2sdk.v2.b2_url_encode
.. autofunction:: b2sdk.v2.b2_url_decode
.. autofunction:: b2sdk.v2.choose_part_ranges
.. autofunction:: b2sdk.v2.fix_windows_path_limit
.. autofunction:: b2sdk.v2.format_and_scale_fraction
.. autofunction:: b2sdk.v2.format_and_scale_number
.. autofunction:: b2sdk.v2.hex_sha1_of_stream
.. autofunction:: b2sdk.v2.hex_sha1_of_bytes

.. autoclass:: b2sdk.v2.TempDir()
   :inherited-members:
   :special-members: __enter__, __exit__