meld.system.mapping.PeakMapping

class meld.system.mapping.PeakMapping(map_name: str, peak_id: int, atom_name: str)[source]

Bases: tuple

A mapping from a peak to an atom

__init__()

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

atom_name

Alias for field number 2

map_name

Alias for field number 0

peak_id

Alias for field number 1

atom_name: str

Alias for field number 2

map_name: str

Alias for field number 0

peak_id: int

Alias for field number 1