triqs.mesh.mesh_point.MeshPoint.__getitem__

MeshPoint.__getitem__(*args)[source]

Forward item access to value.

Parameters:
*args

Index / slice arguments passed through to self.value.__getitem__.

Returns:
object

The selected element(s) of value.