Member Site Forums PyRosetta PyRosetta – General adding coordinate constraints Reply To: adding coordinate constraints

#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…?