Skip to content

module utils.misc


function now_epoch

now_epoch()  int

function get_unique_id

get_unique_id()  str

function parse_scope

parse_scope(v: Any)  List[str]

function elapsed_time

elapsed_time(data_type: Type[TimedResult])

class ElapsedTime


property milliseconds


property model_extra

Get extra fields set during validation.

Returns: A dictionary of extra fields, or None if config.extra is not set to "allow".


property model_fields_set

Returns the set of fields that have been explicitly set on this model instance.

Returns: A set of strings representing the fields that have been set, i.e. that were not filled from defaults.


property seconds


class TimedResult


property model_extra

Get extra fields set during validation.

Returns: A dictionary of extra fields, or None if config.extra is not set to "allow".


property model_fields_set

Returns the set of fields that have been explicitly set on this model instance.

Returns: A set of strings representing the fields that have been set, i.e. that were not filled from defaults.


This file was automatically generated via lazydocs.