MCPcopy Index your code
hub / github.com/diffgram/diffgram / get_default_schema

Method get_default_schema

shared/database/project.py:546–547  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

544 return attribute_groups_serialized_list
545
546 def get_default_schema(self, session):
547 return LabelSchema.get_default(session = session, project_id = self.id)
548
549 def get_label_list(self, session, directory, schema_id = None):
550 working_dir_sub_query = session.query(WorkingDirFileLink).filter(

Callers 2

project_new_apiFunction · 0.80

Calls 1

get_defaultMethod · 0.80

Tested by

no test coverage detected