## create_processor()


Create a new processor.


Usage


``` python
create_processor(name)
```


Returns a [Processor](Processor.md#gdtest_sphinx_class_role.Processor) instance.


## Parameters


`name: str`  
The name for the new processor.


## Returns


`Processor`  
A new processor instance.
