SyntaxFix
Write A Post
Hire A Developer
Questions
Try calling it like: obj.some_function( '1', 2, '3', g="foo", h="bar" ). After the required positional arguments, you can specify specific optional arguments by name.
obj.some_function( '1', 2, '3', g="foo", h="bar" )