Closed gareth-ib closed 6 years ago
class BinFactory(object):
converts to
class BinFactory extends object {
which definitely is some sort of issue, object would have to be an existing class. I think it has to do with class overriding or something? Not sure, I don't code python :)
object
nevermind, I see what's going on.. maybe omit the system objects? I dunno
Fixed in b5874b8b1d919a0957fbd9cbc7d6d1a4518302af. Now it translates object to stdClass when inheriting.
stdClass
converts to
which definitely is some sort of issue,
object
would have to be an existing class. I think it has to do with class overriding or something? Not sure, I don't code python :)