FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
function-schema/function_schema/__init__.py at main · comfuture/function-schema · GitHub
comfuture
/
function-schema
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
18
Code
Issues
3
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
function-schema
/
function_schema
/
__init__.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (12 loc) · 266 Bytes
Breadcrumbs
function-schema
/
function_schema
/
__init__.py
Copy path
File metadata and controls
13 lines (12 loc) · 266 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
"""
A small utility to generate JSON schemas for python functions.
"""
from
.
core
import
get_function_schema
,
guess_type
,
Doc
,
Annotated
__version__
=
"0.4.5"
__all__
=
(
"__version__"
,
"get_function_schema"
,
"guess_type"
,
"Doc"
,
"Annotated"
,
)
Back
|
FazBrowse Home
|
New Git URL