class AdjustQueryParameters
object --+
|
??.instance --+
|
AdjustQueryParameters
Parameters controlling which components of the query atoms are adjusted.
Attributes:
- adjustDegree:
modified atoms have an explicit-degree query added based on their degree in the query
- adjustDegreeFlags:
controls which atoms have a degree query added
- adjustRingCount:
modified atoms have a ring-count query added based on their ring count in the query
- adjustRingCountFlags:
controls which atoms have a ring-cout query added
- makeDummiesQueries:
dummy atoms that do not have a specified isotope are converted to any-atom queries
A note on the flags controlling which atoms are modified:
These generally limit the set of atoms to be modified.
For example if ADJUST_RINGSONLY is set, then only atoms in rings will be modified.
ADJUST_EMPTY causes all atoms to be modified
ADJUST_SETALL sets all of the ADJUST flags
|
__init__(...)
__init__( (object)arg1) -> None : |
|
|
|
|
Inherited from unreachable.instance :
__new__
|
__init__(...)
(Constructor)
|
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
- Overrides:
object.__init__
|
- Overrides:
object.__reduce__
- (inherited documentation)
|