summaryrefslogtreecommitdiff
path: root/python/constantrenderer.py
AgeCommit message (Collapse)Author
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal ↵Josh Ferrell
propagation
2026-01-01update copyrights for 2026Jordan Wiens
2025-11-21Add get and __contains__ methods to all *MetaClassPeter LaFosse
Fixes: https://github.com/Vector35/binaryninja-api/issues/7588
2025-10-27Add documentation to the constant renderer and string recognizer APIsRusty Wagner
2025-10-21Add constant renderer APIRusty Wagner