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

Class NonEmptyString

Solutions/8_1/validate.py:59–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 pass
58
59class NonEmptyString(String, NonEmpty):
60 pass
61
62from inspect import signature
63from functools import wraps

Callers 1

StockClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected