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: 13,802 of 183,107
Downloads: 130,529
Daily
Ranking: 18,833 of 183,092
Downloads: 14
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
23,748 | 54,885 | cfer |
24,064 | 53,815 | logging_factory |
147,091 | 3,497 | multi_index |
Owners
# | Gravatar | Handle |
---|---|---|
1 | tucker |