Extension method for python built-in types
is it possible to add extension method to python built-in types?
I know that I can add extension method to defined type by simply adding new method by . as following:
is it possible to add extension method to python built-in types?
I know that I can add extension method to defined type by simply adding new method by . as following: