Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 983 Bytes

function_def.md

File metadata and controls

38 lines (23 loc) · 983 Bytes

FunctionDef

Julep Python SDK Index / Julep / Api / Types / FunctionDef

Auto-generated documentation for julep.api.types.function_def module.

FunctionDef

Show source in function_def.py:15

Signature

class FunctionDef(pydantic.BaseModel): ...

FunctionDef().dict

Show source in function_def.py:34

Signature

def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]: ...

FunctionDef().json

Show source in function_def.py:26

Signature

def json(self, **kwargs: typing.Any) -> str: ...