summaryrefslogtreecommitdiff
path: root/python/deprecation.py
AgeCommit message (Collapse)Author
2023-04-25Fix deprecation warning formatting in docs, require deprecated_in parameterJosh Ferrell
2023-04-19small documentation fixesJordan Wiens
2023-02-13Add __version__ attribute to python api, allow marking deprecation with ↵Josh Ferrell
future version marker
2023-01-20Do not import packaging in deprecation.py. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/3810
2023-01-19Deprecate __len__ of SegmentXusheng
Print a warning message when a deprecated function/property/class is used