Skip to content

Commit 25116f6

Browse files
szhanmergify[bot]
authored andcommitted
Mention bitwise flag values in nodes_flag and individuals_flag
1 parent d61e61a commit 25116f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/tskit/trees.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5660,7 +5660,7 @@ def individual_locations(self):
56605660
@property
56615661
def individuals_flags(self):
56625662
"""
5663-
Efficient access to the ``flags`` column in the
5663+
Efficient access to the bitwise ``flags`` column in the
56645664
:ref:`sec_individual_table_definition` as a numpy array (dtype=np.uint32).
56655665
Equivalent to ``ts.tables.individuals.flags`` (but avoiding the full copy
56665666
of the table data that accessing ``ts.tables`` currently entails).
@@ -5680,7 +5680,7 @@ def nodes_time(self):
56805680
@property
56815681
def nodes_flags(self):
56825682
"""
5683-
Efficient access to the ``flags`` column in the
5683+
Efficient access to the bitwise ``flags`` column in the
56845684
:ref:`sec_node_table_definition` as a numpy array (dtype=np.uint32).
56855685
Equivalent to ``ts.tables.nodes.flags`` (but avoiding the full copy
56865686
of the table data that accessing ``ts.tables`` currently entails).

0 commit comments

Comments
 (0)