## process()


Process data using the current pipeline.


Usage


``` python
process(data)
```


## Parameters


`data: list`  
The data to process.


## Returns


`list`  
A processed copy.

`:: {.callout-note title="Added in version 2.0"}`  

`::`  

`:: {.callout-note title="Changed in version 2.1"}`  

`Returns a copy.`  

`::`  

`:: {.callout-warning title="Deprecated since version 3.0"}`  

`Use ``new_process`` instead.`  

`::`  

`:: {.callout-note}`  

`Inline note.`  

`::`  

`:: {.callout-warning}`  

`Multiline warning.`  

`Preserve this paragraph.`  

`::`  

`:: {.callout-caution}`  

`Inline caution.`  

`::`  

`:: {.callout-important}`  

`Inline danger.`  

`::`  

`:: {.callout-important}`  

`Inline important.`  

`::`  

`:: {.callout-tip}`  

`Inline tip.`  

`::`  

`:: {.callout-tip}`  

`Inline hint.`  

`::`
