Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
mypyc 1.20.1 documentation
mypyc 1.20.1 documentation

First steps

  • Introduction
  • Getting started

Using mypyc

  • Using type annotations
  • Native classes
  • Differences from Python
  • Compilation units

librt: Runtime Library reference

  • Librt overview
  • librt.base64

Native operations reference

  • Miscellaneous native operations
  • Native integer operations
  • Native boolean operations
  • Native float operations
  • Native string operations
  • Native bytes operations
  • Native bytearray operations
  • Native list operations
  • Native dict operations
  • Native set operations
  • Native tuple operations
  • Native frozenset operations

Advanced topics

  • Performance tips and tricks

Project Links

  • GitHub
Back to top

Index

B | U

B

  • b64decode()
    • built-in function
  • b64encode()
    • built-in function
  • built-in function
    • b64decode()
    • b64encode()
    • urlsafe_b64decode()
    • urlsafe_b64encode()

U

  • urlsafe_b64decode()
    • built-in function
  • urlsafe_b64encode()
    • built-in function
Copyright © 2020-2022, mypyc team
Made with Sphinx and @pradyunsg's Furo