## kernels.get_cdr_method()


The `CDRMethod` descriptor for one route, or a KeyError naming the


Usage

``` python
kernels.get_cdr_method(name)
```


known ones. Mirrors [gallery.get](gallery.get.md#ibnr.gallery.get): what comes back describes the method and carries its generator **class**, so the caller constructs and configures it - `get_cdr_method("odp_bootstrap").generator(process="gamma")`.
