"This module is a python3 wrapper around binary_c";
#ifdef __DEPRECATED
staticcharcreate_binary_docstring[]=
"Allocate memory for a binary";
#endif
staticcharfunction_prototype_docstring[]=
"The prototype for a binary_c python function";
staticcharnew_binary_system_docstring[]=
"Return an object containing a binary, ready for evolution";
// Evolution function docstrings
staticcharrun_system_docstring[]=
"Function to run a system. This is a general function that will be able to handle different kinds of situations: single system run with different settings, population run with different settings, etc. To avoid having too many functions doing slightly different things. \n\nArguments:\n\targstring: argument string for binary_c\n\t(opt) custom_logging_func_memaddr: memory address value for custom logging function. Default = -1 (None)\n\t(opt) store_memaddr: memory adress of the store. Default = -1 (None)\n\t(opt) write_logfile: Boolean (in int form) for whether to enable the writing of the log function. Default = 0\n\t(opt) population: Boolean (in int form) for whether this system is part of a population run. Default = 0.";