Categories: None [Edit]
preconditions
The Preconditions library provides a simple set of methods for checking arguments being passed into a method. Instead of writing custom checks and raising exceptions directly in your code you can use Preconditions to verify basic properties of your arguments (not-nil, satisfying a boolean expression, being of a certain type/duck-type) and raise the appropriate exception for you.
Total
Ranking: 14,579 of 186,959
Downloads: 132,078
Daily
Ranking: 41,906 of 186,713
Downloads: 17
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
24,455 | 56,839 | cfer |
25,239 | 54,362 | logging_factory |
148,768 | 3,630 | multi_index |
Owners
# | Gravatar | Handle |
---|---|---|
1 | tucker |