outspline icon indicating copy to clipboard operation
outspline copied to clipboard

Merge the api files back to the normal packages

Open kynikos opened this issue 11 years ago • 3 comments

Merge the api files back to the normal packages? Use underscores for private names

kynikos avatar Aug 25 '13 08:08 kynikos

See if there's a tool for keeping track of all the public attributes, otherwise I could make my own. I could also use it for documenting the API.

See also #12 and #19

kynikos avatar Dec 08 '13 13:12 kynikos

Maybe use the init files for the API and move all the rest to the other package modules?

kynikos avatar May 27 '14 13:05 kynikos

Fix attributes accessed without getters, e.g. attribute.attribute, attribute.attribute.method(), self.attribute.attribute, self.attribute.attribute.method()

kynikos avatar Jun 01 '14 14:06 kynikos