misc ¤
Functions:
-
gen_id
–Generate a unique ID that can be associated with a Node
-
get_import_path
–Get the full import path for a class or a function, e.g.
"path.to.MyClass"
gen_id ¤
gen_id() -> str
Generate a unique ID that can be associated with a Node
Source code in src/django_components/util/misc.py
get_import_path ¤
Get the full import path for a class or a function, e.g. "path.to.MyClass"