Leopold Haller

Results 3 issues of Leopold Haller

Simple reproduction: ``` import wrapt @wrapt.decorator def passthrough(wrapped, instance, args, kwargs): return wrapped(*args, **kwargs) @passthrough def foo(): print('foo') class A: _foo = foo print(type(A._foo)) A._foo() ``` This returns: ``` ---------------------------------------------------------------------------...

This provides functions to *estimate* entropy and collision probability of IDs generated via the generate call. These estimates will be accurate if no func_words (such as 'uuid/') are used. In...