MCPcopy Index your code
hub / github.com/danielgtaylor/python-betterproto / belongs_to

Method belongs_to

tests/util.py:106–107  ·  view source on GitHub ↗
(self, non_symmetrical_json: Dict[str, Tuple[str, ...]])

Source from the content-addressed store, hash-verified

104 file_name: str
105
106 def belongs_to(self, non_symmetrical_json: Dict[str, Tuple[str, ...]]):
107 return self.file_name in non_symmetrical_json.get(self.test_name, tuple())
108
109
110def get_test_case_json_data(

Callers 1

test_message_jsonFunction · 0.80

Calls 1

getMethod · 0.80

Tested by 1

test_message_jsonFunction · 0.64