MCPcopy Create free account
hub / github.com/dabeaz-course/python-mastery / validate.py

File validate.py

Solutions/6_5/validate.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Validator:
2 def __init__(self, name=None):
3 self.name = name
4

Callers

nothing calls this directly

Calls 1

ValidatedFunctionClass · 0.85

Tested by

no test coverage detected