## is_processor()


Check if an object is a processor.


Usage


``` python
is_processor(obj)
```


Check if obj is a [Processor](Processor.md#gdtest_sphinx_class_role.Processor).


## Parameters


`obj: object`  
The object to check.


## Returns


`bool`  
True if obj is a Processor instance.
