MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeText-parser / Person

Class Person

tests/test_parser/test_sample/py_test_sample.py:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64print(data)
65
66class Person:
67 def __init__(self, name, age):
68 self.name = name
69 self.age = age

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected