pyxmolpp2.Atom class

Atom reference

Contents

Methods

def to_pdb(self, path_or_buf: str) -> None
def to_pdb(self, path_or_buf: object) -> None

Special methods

def __eq__(self, arg0: Atom, /) -> bool
def __hash__(self, /) -> int
def __init__(self, arg0: Atom, /) -> None
def __ne__(self, arg0: Atom, /) -> bool
def __repr__(self, /) -> str
def __str__(self, /) -> str

Properties

frame: Frame get
id: int get set
index: int get
mass: float get set
molecule: Molecule get
name: str get set
r: XYZ get set
residue: Residue get
vdw_radius: float get set