↓ 2 callersFunctioncreate_logger(
name: str,
level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "INFO",
detailed_na
src/proxy_lite/logger.py:59
↓ 1 callersFunctiondraw_dashed_rectangle(
img,
bbox: BoundingBox,
color,
thickness=1,
dash_length=10,
gap_length=5,
)
src/proxy_lite/browser/bounding_boxes.py:78