Dear Cython developers,
Python supports meta-programming, in which a variable with name
specified in a string can be created at run-time. One built-in library
which make use of this is argparse.
For example:
parser.add_argument('-N', '--max_threads', help='maximum number of
concurrent decoding t
ate(vars(opt))
xuancong
On Wed, Apr 20, 2016 at 1:41 AM, Robert Bradshaw wrote:
> On Tue, Apr 19, 2016 at 2:13 AM, Xuancong Wang wrote:
>>
>> Dear Cython developers,
>>
>> Python supports meta-programming, in which a variable with name
>> specified in a string c