The Wayback Machine - https://web.archive.org/web/20200717054214/https://github.com/topics/cryptography
Skip to content
#

cryptography

Here are 4,791 public repositories matching this topic...

gmuraru
gmuraru commented Apr 30, 2020

Split the code from create_sandbox into two separate functions and remove the noqa: C901.

Describe alternatives you've considered
Simplify the function such that no split is required.

Additional context
Code quality:

2020-04-29T13:13:32.5968940Z ./syft/sandbox.py:12:1: C901 'create_sandbox' is too complex (26)
2020-04-29T13:13:32.5969257Z def create_sandbox(gbs, 
brapse
brapse commented Feb 27, 2020

The blockchain v2 reactor utilizes concurrency to saturate the bottleneck of writing blocks to disk. This concurrency is internal to the reactor where the reactor itself will launch and manage internal state machines running as go-routines. This configuration makes testing difficult as we don't know when messages processed by internal state machines will be processed and when we can assert that th

Improve this page

Add a description, image, and links to the cryptography topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cryptography topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.