Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
class
NonEmptyString(String, NonEmpty):
54
pass
55
56
from
inspect
import
signature
57
from
functools
import
wraps
Callers
1
Stock
Class · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected