From a50c14700360c141840f639c5ff535020bffabd4 Mon Sep 17 00:00:00 2001 From: Austin Blanton Date: Fri, 18 Dec 2015 13:24:22 -0500 Subject: [PATCH] Add a few thoughts on how to improve python wrapper --- scripts/brpy/__init__.py | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/scripts/brpy/__init__.py b/scripts/brpy/__init__.py index 6cfd9f3..066824c 100644 --- a/scripts/brpy/__init__.py +++ b/scripts/brpy/__init__.py @@ -53,6 +53,10 @@ def _handle_string_func(func, *moretypes): return msg return call_func +# TODO: small wrapper around any objects that need br_free_* +# so when python object dies, user doesn't need to call br_free_* +# TODO: iterator for templatelist object +# (or mimic C++ obj API via C? overkill?) def init_brpy(br_loc='/usr/local/lib'): """Initializes all function inputs and outputs for the br ctypes lib object""" -- libgit2 0.21.4