Changeset 790 for trunk/bindings/python/mapnik_filter.cpp
- Timestamp:
- 01/12/09 19:56:09 (19 months ago)
- Files:
-
- 1 modified
-
trunk/bindings/python/mapnik_filter.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/python/mapnik_filter.cpp
r659 r790 48 48 "An expression which allows " 49 49 "to select features.",no_init) 50 .def("passes", &filter<Feature>::pass) // note: "pass" is a reserved word in Python 50 51 .def("__str__",&filter<Feature>::to_string); 51 52 ;
