OEGetFPBondType

OEGetFPBondType(value: int) -> str

Returns the string representation of a value that is from the OEFPBondType namespace. For example, the string representation of OEFPBondType_BondOrder | OEFPBondType_Chiral value is the: "Order|Chiral" string.

The string representation of various fingerprint bond types

Bond type

String representation

OEFPBondType_BondOrder

“Order”

OEFPBondType_Chiral

“Chiral”

OEFPBondType_InRing

“InRing”

OEGetFPBondType(expression: str) -> int

This function is the inverse of the previous OEGetFPBondType function i.e. it converts the string representation into a value from the OEFPBondType namespace.