- Timestamp:
- 08/28/08 14:48:40 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python_Scantable.cpp
r1391 r1440 103 103 (boost::python::arg("whichrow")=0) ) 104 104 .def("get_antennaname", &ScantableWrapper::getAntennaName) 105 .def("_flag", &ScantableWrapper::flag) 105 .def("_flag", &ScantableWrapper::flag, 106 (boost::python::arg("unflag") = false) ) 106 107 .def("_save", &ScantableWrapper::makePersistent) 107 108 .def("_summary", &ScantableWrapper::summary,
Note:
See TracChangeset
for help on using the changeset viewer.