What drivers does the python package fiona have?
When I check the manual it says [...] and the possible formats are enumerated in the fiona.drivers list.
However, when I type in python
from fiona import drivers
print drivers
> <function drivers at 0x108763050>
How can I look "into" that?