Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Python technicalities
Light Logo Dark Logo
Version 10.6 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
View this page
Edit this page

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--2025, The Sage Development Team
Made with Sphinx and @pradyunsg's Furo