That has nothing to do with the data type.
When passing arguments to a python method you first pass the positional 
arguments, since position (order) matters.
Then you pass keyword arguments, which can be passed in any order since 
they are properly identified.

dado

Vitor Lôbo Ramos wrote:
> I can take one more doubt? (Values in boolean) always comes last is
> that?
>
>   

-- 
http://groups.google.com/group/python_inside_maya

Reply via email to