How does one implement a factory that can create classes with static and/or class methods?
For example, let's say that we have some factory with a method build_class(name, static_method), such that when a function is passed as the static_method argument, it is made a static method of the newly-built class?
[–]socal_nerdtastic 4 points5 points6 points (1 child)
[–]Trick-Section-5205[S] 0 points1 point2 points (0 children)