[pytango] 363/483: Add is_bool_type, is_str_type

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.

commit 4b046b616537a734aa1465d094fd97e29014c017
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Tue Apr 1 08:18:21 2014 +0000

    Add is_bool_type, is_str_type
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@25328 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 src/boost/python/__init__.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/boost/python/__init__.py b/src/boost/python/__init__.py
index 87baadb..43ec72d 100644
--- a/src/boost/python/__init__.py
+++ b/src/boost/python/__init__.py
@@ -183,7 +183,8 @@ from .globals import get_class, get_classes, get_cpp_class, get_cpp_classes, \
     get_constructed_class, get_constructed_classes, class_factory, \
     delete_class_list, class_list, cpp_class_list, constructed_class
 from .utils import is_scalar_type, is_array_type, is_numerical_type, \
-    is_int_type, is_float_type, obj_2_str, seqStr_2_obj
+    is_int_type, is_float_type, is_bool_type, is_str_type, \
+    obj_2_str, str_2_obj, seqStr_2_obj
 from .green import set_green_mode, get_green_mode
 from .device_proxy import get_device_proxy
 from .tango_numpy import NumpyType, numpy_type, numpy_spectrum, numpy_image

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list