triqs.mesh.mesh_point.MeshPoint.__call__

MeshPoint.__call__(*args, **kw)[source]

Forward the call to value.

Parameters:
*args, **kw

Arguments passed through to self.value(*args, **kw).

Returns:
object

Result of calling value.