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