CallableType
CallableType()
Validates if the specified object is callable.
v.callableType().validate(object) # true
v.callableType().validate(str) # true
v.callableType().validate('Am I True?'.lower) # true
Categorization
- Callables
- Types
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Created |
See also: