```python >>> import mapnik >>> f=mapnik.Feature(mapnik.Context(),1) >>> expr = mapnik.Expression("rad_to_deg * pi") >>> expr.evaluate(f) 180.0 ```