Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ NonEmptyString
Class
NonEmptyString
Solutions/7_6/validate.py:59–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
pass
58
59
class
NonEmptyString(String, NonEmpty):
60
pass
61
62
from
inspect
import
signature
63
from
functools
import
wraps
Callers
1
Stock
Class · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected