Quote Originally Posted by techgnome View Post
That looks like generics to me... not partial... which is a completely different thing. Also I don't think you can have partial functions/methods - in any language - partial classes, sure. Methods, no. It wouldn't make sense. Generics though... sure that makes sense. Whether VB6 can do it or not... shrug. I honestly don't know. Never thought about it.

-tg
Here's an article about partial functions in python:

https://www.udacity.com/blog/2020/12...in-python.html