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

Class NonEmptyString

Solutions/7_4/validate.py:53–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 pass
52
53class NonEmptyString(String, NonEmpty):
54 pass
55
56from inspect import signature
57from functools import wraps

Callers 1

StockClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected