John Machin wrote:
>Duncan Booth wrote:
>
>
>>John Machin wrote:
>>
>>
>>
>>
So, my question is: does the Python API containe fonctions like
'get_argc()' and 'get_argv()' ?
>>>If you can't see them in the documentation, they aren't there. If they
>>>aren't the
Duncan Booth wrote:
> John Machin wrote:
>
>
>>>So, my question is: does the Python API containe fonctions like
>>>'get_argc()' and 'get_argv()' ?
>>>
>>
>>If you can't see them in the documentation, they aren't there. If they
>>aren't there, that's probably for a good reason -- no demand, no us
John Machin wrote:
>> So, my question is: does the Python API containe fonctions like
>> 'get_argc()' and 'get_argv()' ?
>>
>
> If you can't see them in the documentation, they aren't there. If they
> aren't there, that's probably for a good reason -- no demand, no use
> case.
>
>
Leaving a
mg wrote:
> Hello,
>
> I am writting bindings for a FEM application. In one of my function
> 'initModulename', called when the module is imported, I would like to
> get the argc and argv arguments used in the main function of Python.
This is an "interesting" way of writing bindings. Most peopl
Wolfram Kraus wrote:
>mg wrote:
>
>
>>Hello,
>>
>>I am writting bindings for a FEM application. In one of my function
>>'initModulename', called when the module is imported, I would like to
>>get the argc and argv arguments used in the main function of Python.
>>So, my question is: does the P
mg wrote:
> Hello,
>
> I am writting bindings for a FEM application. In one of my function
> 'initModulename', called when the module is imported, I would like to
> get the argc and argv arguments used in the main function of Python.
> So, my question is: does the Python API containe fonctions
Hello,
I am writting bindings for a FEM application. In one of my function
'initModulename', called when the module is imported, I would like to
get the argc and argv arguments used in the main function of Python.
So, my question is: does the Python API containe fonctions like
'get_argc()' and