MCPcopy Create free account
hub / github.com/EpistasisLab/KRAGEN / create_class

Function create_class

src/upload.py:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35# def create_class(class_obj):
36def create_class():
37 class_obj = read_json()
38 print('got class_obj:', class_obj)
39 # get_client().schema.create_class(class_obj)
40
41
42# def delete_class(class_name):

Callers 1

mainFunction · 0.90

Calls 1

read_jsonFunction · 0.85

Tested by

no test coverage detected