Example #1
0
 def copy_n_brightest(self, n: "size_t") -> "star_db *":
     return _beast.star_db_copy_n_brightest(self, n)
Example #2
0
 def copy_n_brightest(self, n):
     return _beast.star_db_copy_n_brightest(self, n)