Return the value of the angular units.
(self)
| 234 | |
| 235 | @property |
| 236 | def angular_units(self): |
| 237 | "Return the value of the angular units." |
| 238 | units, name = capi.angular_units(self.ptr, byref(c_char_p())) |
| 239 | return units |
| 240 | |
| 241 | @property |
| 242 | def units(self): |
no outgoing calls
no test coverage detected