File: reference.md

package info (click to toggle)
pyosmium 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,600 kB
  • sloc: python: 4,493; cpp: 2,616; makefile: 21
file content (21 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Overview

This section lists all functions and classes that pyosmium implements
for reference.

## Basic pyosmium types

::: osmium.BaseHandler
    options:
        heading_level: 3

::: osmium.BaseFilter
    options:
        heading_level: 3

### `HandlerLike` objects

Many functions in pyosmium take handler-like objects as a parameter. Next
to classes that derive from `BaseHandler` and `BaseFilter` you may also
hand in any object that has one of the handler functions `node()`, `way()`,
`relation()`, `area()`, or `changeset()` implemented.