Contents Menu Expand Light mode Dark mode Auto light/dark mode
Python technicalities
Light Logo Dark Logo
Sage 9.8 Reference Manual
  • Home - Python technicalities
  • Utilities for interfacing with the standard library’s atexit module.
  • String <-> bytes encoding/decoding
  • Various functions to debug Python internals
  • Variants of getattr()
  • Metaclasses for Cython extension types
  • Slot wrappers
  • Delete item from PyDict by exact value and hash
Back to top

Python technicalities#

SageMath has various modules to provide access to low-level Python internals.

  • Utilities for interfacing with the standard library’s atexit module.
  • String <-> bytes encoding/decoding
  • Various functions to debug Python internals
  • Variants of getattr()
  • Metaclasses for Cython extension types
  • Slot wrappers
  • Delete item from PyDict by exact value and hash

Indices and Tables#

  • Index

  • Module Index

  • Search Page

Next
Utilities for interfacing with the standard library’s atexit module.
Copyright © 2005--2023, The Sage Development Team
Made with Sphinx and @pradyunsg's Furo