Skip to content

msaJustPyUI Module

.jpcore.utilities


utilities for justpy

Functions

create_delayed_task async

create_delayed_task(task, delay, loop)

find_files

find_files(path: str, ext: str) -> list

find files with the given extension in the given path

PARAMETER DESCRIPTION
path

the path to start with

TYPE: str

ext

the extension to search for

TYPE: str

RETURNS DESCRIPTION
list

a list of files found

TYPE: list

print_func_info

print_func_info(*args)

print_request

print_request(request)

run_task

run_task(task)

Helper function to facilitate running a task in the async loop


Last update: September 28, 2022
Created: September 28, 2022