get_nodes
Signature/Parameters
Return the graph node names, optionally omitting latent variables.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
exclude_latent
|
bool
|
If |
False
|
Returns:
| Type | Description |
|---|---|
list[str]
|
Node names in the current graph. The order corresponds to the
insertion order preserved in |