From 7e7f0b41548057093fb48f1d8985712b619e9438 Mon Sep 17 00:00:00 2001 From: rollsafe Date: Mon, 8 Jul 2019 16:32:36 -0400 Subject: Cleanup docs for BinaryView.get_code_refs_from --- python/binaryview.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'python/binaryview.py') diff --git a/python/binaryview.py b/python/binaryview.py index 08ee5b47..4ffe197e 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -2830,8 +2830,6 @@ class BinaryView(object): architecture of the function will be used. This function returns both autoanalysis ("auto") and user-specified ("user") xrefs. To add a user-specified reference, see :func:`~binaryninja.function.Function.add_user_code_ref`. - - todo: docs and make it not so difficult to call """ result = [] -- cgit v1.3.1