|
Methods defined here:
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(handle) -> NoneType
2. __init__(handle, rosetta.core.fragment.picking_old.vall.scores.VallFragmentScore) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- __str__(...) from builtins.PyCapsule
- __str__(rosetta.core.fragment.picking_old.vall.scores.VallFragmentScore) -> str
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.core.fragment.picking_old.vall.scores.VallFragmentScore, rval : rosetta.core.fragment.picking_old.vall.scores.VallFragmentScore) -> rosetta.core.fragment.picking_old.vall.scores.VallFragmentScore
copy assignment
- distance(...) from builtins.PyCapsule
- distance(rosetta.core.fragment.picking_old.vall.scores.VallFragmentScore) -> int
compute distance (effectively the length of the extent)
from begin -> end
- to_string(...) from builtins.PyCapsule
- to_string(rosetta.core.fragment.picking_old.vall.scores.VallFragmentScore) -> str
return string describing contents or status
overriding this will automatically give useable
stream output due to friend operator << in base class
Data descriptors defined here:
- extent_begin
- extent_end
- score
|