Re: How can I get the FQN of a class?
Posted by James Ladd on Oct 18, 2012; 8:07am
URL: https://forum.world.st/How-can-I-get-the-FQN-of-a-class-tp4651584p4651762.html
I thought about this a bit more and I'm wondering, should the fully qualified name be
available in the class, or the class of a class?
Since a metaclass is the class of a class it makes sense to me that this is the
place to know the fully qualified name.
Thoughts?