class
MoleculePredicateMolecule Predicate
Contents
- Reference
Special methods
- def __and__(self, arg0: AtomPredicate, /) -> AtomPredicate
- def __and__(self, arg0: ResiduePredicate, /) -> ResiduePredicate
- def __and__(self, arg0: MoleculePredicate, /) -> MoleculePredicate
- def __call__(self, arg0: Molecule, /) -> bool
- def __call__(self, arg0: Residue, /) -> bool
- def __call__(self, arg0: Atom, /) -> bool
- def __init__(self, arg0: typing.Callable[[Molecule], bool], /) -> None
- def __invert__(self, /) -> MoleculePredicate
- def __or__(self, arg0: AtomPredicate, /) -> AtomPredicate
- def __or__(self, arg0: ResiduePredicate, /) -> ResiduePredicate
- def __or__(self, arg0: MoleculePredicate, /) -> MoleculePredicate
- def __xor__(self, arg0: AtomPredicate, /) -> AtomPredicate
- def __xor__(self, arg0: ResiduePredicate, /) -> ResiduePredicate
- def __xor__(self, arg0: MoleculePredicate, /) -> MoleculePredicate