home / docs / sections_fts

Menu

sections_fts: 79

This data as json

rowid title content
79 .sign(value, namespace="default") value - any serializable type The value to be signed. namespace - string, optional An alternative namespace, see the itsdangerous salt documentation . Utility method for signing values, such that you can safely pass data to and from an untrusted environment. This is a wrapper around the itsdangerous library. This method returns a signed string, which can be decoded and verified using .unsign(value, namespace="default") .
Powered by Datasette · Queries took 4.01ms