Section Bundled Modules
Description
Flusspferd modules which are bundled with flusspferd by default.
Namespaces
Classes
-
sqlite3.SQLite3.Cursor
Class used to execute SQL statements, usually ones returning data.
-
gmp.Float
Provides a bignum floating point class. See gmp’s mpf_class for the C++ API that is wrapped.
-
gmp.Integer
Provides a bignum integer class. See gmp’s mpz_class for the C++ API that is wrapped.
-
gmp.Rational
Provides a bignum fractional class for more accurately representing numbers of the form
numerator/denominator. See gmp’s mpq_class for the C++ API that is wrapped. -
sqlite3.SQLite3
SQLite3 is a self-contained, single file based RDBMS. See sqlite3 for an short example.