|
count
|
count ( self )
count() -> int
|
|
oslTestAbbr
|
oslTestAbbr ( self, a )
oslTestAbbr(a: OSLAbbreviation) -> bool
|
|
shown
|
shown ( self )
shown() -> bool
|
|
oslParents
|
oslParents ( self )
oslParents() -> list of Selectable
|
|
oslChildren
|
oslChildren ( self )
oslChildren() -> list of Selectable
|
|
minimumRings
|
minimumRings ( self, crossResidues )
minimumRings(crossResidues: bool = false) -> list of Ring
|
|
contains
|
contains ( self, a )
contains(a: Atom) -> bool
|
|
oslIdent
|
oslIdent (
self,
start,
end,
)
oslIdent(start: int = SelDefault, end: int = SelDefault) -> str
|
|
traverseFrom
|
traverseFrom ( self, ignoreBreakPoints )
traverseFrom(ignoreBreakPoints: bool) -> Bond
|
|
allRings
|
allRings (
self,
crossResidues,
sizeThreshold,
)
allRings(crossResidues: bool = false, sizeThreshold: int = 0) -> list of Ring
|
|
length
|
length ( self )
length() -> float
|
|
findAtom
|
findAtom ( self, i )
findAtom(i: int) -> Atom
|
|
oslLevel
|
oslLevel ( self )
oslLevel() -> int
|
|
sqlength
|
sqlength ( self )
sqlength() -> float
|
|
otherAtom
|
otherAtom ( self, a )
otherAtom(a: Atom) -> Atom
|
|