SC_Tuple¶
-
class
amuse_util.ic.star_cluster.
SC_Tuple
(bound_system, bound_inputs, unbound_system, unbound_inputs)¶ Bases:
tuple
Create new instance of SC_Tuple(bound_system, bound_inputs, unbound_system, unbound_inputs)
Attributes Summary
Alias for field number 1
Alias for field number 0
Alias for field number 3
Alias for field number 2
Methods Summary
count
(self, value, /)Return number of occurrences of value.
index
(self, value[, start, stop])Return first index of value.
Attributes Documentation
-
bound_inputs
¶ Alias for field number 1
-
bound_system
¶ Alias for field number 0
-
unbound_inputs
¶ Alias for field number 3
-
unbound_system
¶ Alias for field number 2
Methods Documentation
-
count
(self, value, /)¶ Return number of occurrences of value.
-
index
(self, value, start=0, stop=9223372036854775807, /)¶ Return first index of value.
Raises ValueError if the value is not present.
-