Home
last modified time | relevance | path

Searched defs:py_counts (Results 1 – 3 of 3) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dc.py1997 def an_tally(py_counts, py_x, py_y): argument
H A Dutil.py1997 def an_tally(py_counts, py_x, py_y): argument
H A Dutil_wrap.c5138 static int an_tally(PyObject* py_counts, PyObject* py_x, PyObject* py_y) { in an_tally()