Nom de la classe | Description |
datetime | datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]]) [extrait de datetime.__doc__] |
JSONTag | Base class for defining type tags for :class:`TaggedJSONSerializer`. [extrait de JSONTag.__doc__] |
Markup | A string that is ready to be safely inserted into an HTML or XML [extrait de Markup.__doc__] |
PassDict | |
PassList | |
TagBytes | |
TagDateTime | |
TagDict | Tag for 1-item dicts whose only key matches a registered tag. [extrait de TagDict.__doc__] |
TaggedJSONSerializer | Serializer that uses a tag system to compactly represent objects that [extrait de TaggedJSONSerializer.__doc__] |
TagMarkup | Serialize anything matching the :class:`~markupsafe.Markup` API by [extrait de TagMarkup.__doc__] |
TagTuple | |
TagUUID | |
UUID | Instances of the UUID class represent UUIDs as specified in RFC 4122. [extrait de UUID.__doc__] |
Signature de la fonction | Description |
b64decode(s, altchars=None, validate=False) | Decode the Base64 encoded bytes-like object or ASCII string s. [extrait de b64decode.__doc__] |
b64encode(s, altchars=None) | Encode the bytes-like object s using Base64 and return a bytes object. [extrait de b64encode.__doc__] |
dumps(obj: Any, app: Optional[ForwardRef('Flask')] = None, **kwargs: Any) -> str | Serialize an object to a string of JSON. [extrait de dumps.__doc__] |
http_date(timestamp: Union[datetime.datetime, datetime.date, int, float, time.struct_time, NoneType] = None) -> str | Format a datetime object or timestamp into an :rfc:`2822` date [extrait de http_date.__doc__] |
loads(s: str, app: Optional[ForwardRef('Flask')] = None, **kwargs: Any) -> Any | Deserialize an object from a string of JSON. [extrait de loads.__doc__] |
parse_date(value: Optional[str]) -> Optional[datetime.datetime] | Parse an :rfc:`2822` date into a timezone-aware [extrait de parse_date.__doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :