Member Site › Forums › PyRosetta › PyRosetta – General › adding coordinate constraints › Reply To: adding coordinate constraints
April 12, 2011 at 2:15 pm
#5367
Anonymous
I don’t know how the C++ gets turned into python, but I think the constraints are “wrapped”. You can see it is namespaced core::scoring::constraints, does that help?
CoordinateConstraint is a valid class name in C++, is there some way to search for that in python…?