MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / isoformat

Function isoformat

botasaurus_server/botasaurus_server/models.py:56–57  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

54
55
56def isoformat(obj):
57 return obj.isoformat() if obj else None
58
59
60def create_task_name(task_name, task_id):

Callers 4

create_tasksFunction · 0.70
serialize_ui_output_taskFunction · 0.70
serialize_taskFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected