handle = pango.GetDefaultFontMap()
Note that the type of the returned object will depend on the particular font backend Cairo was compiled to use.
The default Cairo fontmap can be changed by using pango.SetDefaultFontMap(). This can be used to change the Cairo font backend that the default fontmap uses for example.
The object returned is owned by Pango and must not be freed.