Home
last modified time | relevance | path

Searched refs:locationobj (Results 1 – 2 of 2) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/
H A Dsites.py85 def add_site(self, names, locationobj): argument
97 self._lowercase_names_to_locations[name.lower()] = locationobj
/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsconnection.c2389 PyObject *locationobj = NULL; in Connection_addPrinter() local
2401 &infoobj, &locationobj, &deviceobj, &ppd)) in Connection_addPrinter()
2408 (locationobj && UTF8_from_PyObj (&location, locationobj) == NULL) || in Connection_addPrinter()
2660 PyObject *locationobj; in Connection_setPrinterLocation() local
2666 if (!PyArg_ParseTuple (args, "OO", &nameobj, &locationobj)) in Connection_setPrinterLocation()
2672 if (UTF8_from_PyObj (&location, locationobj) == NULL) { in Connection_setPrinterLocation()