Description
import mapnik
b=mapnik._Box2d(0,0,100,200)
dir(b)
['__add__', '__class__', '__deepcopy__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__geo_interface__', '__getattribute__', '__getinitargs__', '__getitem__', '__gt__', '__hash__', '__init__', '__instance_size__', '__le__', '__lt__', '__module__', '__mul__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__rmul__', '__safe_for_unpickling__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__truediv__', '__weakref__', '_c___doc__', '_c___geo_interface__', '_c___module__', '_c___qualname__', '_c___repr__', '_c_forward', '_c_inverse', '_c_symbol', 'all_features', 'allow_overlap', 'avoid_edges', 'center', 'character_spacing', 'clip', 'contains', 'displacement', 'expand_to_include', 'face_name', 'featureset', 'filename', 'fill', 'fontset', 'forward', 'from_string', 'halo_fill', 'halo_radius', 'height', 'horizontal_alignment', 'intersect', 'intersects', 'inverse', 'justify_alignment', 'label_placement', 'label_position_tolerance', 'label_spacing', 'line_spacing', 'maximum_angle_char_delta', 'maxx', 'maxy', 'minimum_distance', 'minimum_padding', 'minimum_path_length', 'minx', 'miny', 'name', 'orientation', 'pad', 'symbol', 'text_opacity', 'text_ratio', 'text_size', 'text_transform', 'valid', 'vertical_alignment', 'width', 'wrap_before', 'wrap_width']