Revision history [back]
How come there's create() and create_new()?
Hi
I'm somewhat confused about the naming scheme for instance creation. In ThreadManager
, create()
raises NotImplementedError
whereas there's a method create_new()
which creates a new thread. In TagManager
, there's create()
but no create_new()
. So what are the intended differences between create()
and create_new()
?
Thanks