MCPcopy
hub / github.com/Skyvern-AI/skyvern / dumps

Method dumps

skyvern/forge/skyvern_json_encoder.py:51–53  ·  view source on GitHub ↗

Helper method to properly encode objects to JSON string

(cls, obj: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

49
50 @classmethod
51 def dumps(cls, obj: Any, **kwargs: Any) -> str:
52 """Helper method to properly encode objects to JSON string"""
53 return json.dumps(obj, cls=cls, **kwargs)

Callers 15

_crop_listFunction · 0.80
_crop_dictFunction · 0.80
_get_context_dataFunction · 0.80
ai_extractMethod · 0.80
run_codeFunction · 0.80
streamingFunction · 0.80
list_tasksFunction · 0.80
_save_profileFunction · 0.80

Calls

no outgoing calls

Tested by 15

make_requestFunction · 0.64
list_sessionsFunction · 0.64
create_browser_sessionFunction · 0.64
get_sessionFunction · 0.64
direct_list_sessionsFunction · 0.64
create_taskFunction · 0.64
create_workflow_runFunction · 0.64
create_cruiseFunction · 0.64