Help on class Bond in module _molecule:

class Bond(_chimera.Selectable)
 |  Not instantiable from Python
 |  
 |  Method resolution order:
 |      Bond
 |      _chimera.Selectable
 |      libwrappy2.WrapPy
 |      __builtin__.object
 |  
 |  Methods defined here:
 |  
 |  __hash__(...)
 |      x.__hash__() <==> hash(x)
 |  
 |  __str__ = _labelFunc(item)
 |  
 |  allRings(...)
 |      allRings(crossResidues: bool = false, sizeThreshold: int = 0) -> list of Ring
 |  
 |  contains(...)
 |      contains(a: Atom) -> bool
 |  
 |  currentLabelOffset(...)
 |      currentLabelOffset() -> chimera.Vector
 |  
 |  findAtom(...)
 |      findAtom(i: int) -> Atom
 |  
 |  labelCoord(...)
 |      labelCoord() -> chimera.Point
 |  
 |  length(...)
 |      length() -> float
 |  
 |  minimumRings(...)
 |      minimumRings(crossResidues: bool = false) -> list of Ring
 |  
 |  otherAtom(...)
 |      otherAtom(a: Atom) -> Atom
 |  
 |  shown(...)
 |      shown() -> bool
 |  
 |  sqlength(...)
 |      sqlength() -> float
 |  
 |  traverseFrom(...)
 |      traverseFrom(ignoreBreakPoints: bool) -> Bond
 |  
 |  ----------------------------------------------------------------------
 |  Data descriptors defined here:
 |  
 |  __dict__
 |  
 |  atoms
 |      2-tuple of Atom
 |  
 |  color
 |      chimera.Color
 |  
 |  display
 |      int
 |  
 |  drawMode
 |      int
 |  
 |  halfbond
 |      bool
 |  
 |  label
 |      unicode
 |  
 |  labelColor
 |      chimera.Color
 |  
 |  labelOffset
 |      returns 3-tuple (or None if not set)
 |      accepts 3-tuple, Vector, or None
 |  
 |  molecule
 |      Molecule
 |  
 |  radius
 |      float
 |  
 |  ----------------------------------------------------------------------
 |  Data and other attributes defined here:
 |  
 |  Always = 1
 |  
 |  Never = 0
 |  
 |  Smart = 2
 |  
 |  Spring = 2
 |  
 |  Stick = 1
 |  
 |  Wire = 0
 |  
 |  __new__ = 
 |      T.__new__(S, ...) -> a new object with type S, a subtype of T
 |  
 |  selLevel = 4
 |  
 |  ----------------------------------------------------------------------
 |  Methods inherited from _chimera.Selectable:
 |  
 |  oslChildren(...)
 |      oslChildren() -> list of Selectable
 |  
 |  oslIdent(...)
 |      oslIdent(start: int = SelDefault, end: int = SelDefault) -> unicode
 |  
 |  oslLevel(...)
 |      oslLevel() -> int
 |  
 |  oslParents(...)
 |      oslParents() -> list of Selectable
 |  
 |  oslTestAbbr(...)
 |      oslTestAbbr(a: OSLAbbreviation) -> bool
 |  
 |  ----------------------------------------------------------------------
 |  Static methods inherited from _chimera.Selectable:
 |  
 |  count(...)
 |      count() -> int
 |  
 |  ----------------------------------------------------------------------
 |  Data descriptors inherited from libwrappy2.WrapPy:
 |  
 |  __destroyed__
 |      true if underlying C++ object has disappeared