MCPcopy Create free account
hub / github.com/apache/fory / parse_schema

Function parse_schema

compiler/fory_compiler/tests/test_weak_ref.py:25–26  ·  view source on GitHub ↗
(source: str)

Source from the content-addressed store, hash-verified

23
24
25def parse_schema(source: str):
26 return Parser(Lexer(source).tokenize()).parse()
27
28
29def test_parse_weak_ref_option():

Calls 4

ParserClass · 0.90
LexerClass · 0.90
parseMethod · 0.45
tokenizeMethod · 0.45

Tested by

no test coverage detected