dohlee.gene module¶
-
dohlee.gene.get_first_item(items)[source]¶ Return the first item of items. If ‘items’ is a single value, just return it.
Parameters: items (list/value) – A list of items or a single value. Returns: The first item of items.
dohlee.gene.get_first_item(items)[source]¶Return the first item of items. If ‘items’ is a single value, just return it.
| Parameters: | items (list/value) – A list of items or a single value. |
|---|---|
| Returns: | The first item of items. |