﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
832	Bonds.visibles raises an error	Tristan Croll	Conrad Huang	"{{{
~/apps/chimerax/lib/python3.6/site-packages/chimerax/core/atomic/molc.py in get_prop(self)
    124         shape = ((n,) if vc == 1 or not per_object else (n,vc)) if per_object else (vc.sum(),)
    125         values = empty(shape, value_type)
--> 126         cget(self._c_pointers, n, pointer(values))
    127         return values if astype is None else astype(values)
    128 

ArgumentError: argument 3: <class 'TypeError'>: expected LP_c_bool instance instead of LP_c_int
}}}

I get the impression that this is simply an old and unused method, obsoleted by `Bonds.showns`?"	defect	closed	minor		Core		fixed						all	ChimeraX
